#851429

Color #851429 Scarlett (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlett #851429

Tints of Scarlett #851429

Color information

#851429 (or 0x851429) is unknown color: approx Scarlett. HEX triplet: 85, 14 and 29. RGB value is (133,20,41). Sum of RGB (Red+Green+Blue) = 133+20+41=194 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.56% from 194); Green value is 20 (8.20% from 255 or 10.31% from 194); Blue value is 41 (16.41% from 255 or 21.13% from 194); Max value from RGB is 133 - color contains mainly: red. Hex color #851429 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851429 is #7AEBD6. Grayscale: #383838. Windows color (decimal): -8055767 or 2692229. OLE color: 2692229.

HSL color Cylindrical-coordinate representation of color #851429: hue angle of 348.85º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #851429 is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.48.

Color convert

RGB1332041-
CMYK00.850.690.48
HSL348.85º73.86%30%-
HSV(B)348.85º84.96%52.16%-
XYZ10.325.652.64-
YUV56.18119.44182.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 133 (52.34% from 255) = 68.56%
GREEN value IS 20 (8.20% from 255) = 10.31%
BLUE value IS 41 (16.41% from 255) = 21.13%
R=68.56%
G=10.31%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.69
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133204100.850.690.48348.8573.8630
Hex851429055453015d4a1e
Octal205245101251056053511236
Binary1000010110100101001010101011000101110000101011101100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851429; }

 p { color: rgb(133,20,41); }

 H1.HeaderClassName
 {
   color: #851429;
 }
 .AnyTagClassName
 {
   color: #851429;
 }
</style>
background-color css

<style>
 a { background-color: #851429; }

 a { background-color: rgb(133,20,41); }

 div.DivClassName
 {
   background-color: #851429;
 }
 .BgClassName
 {
   background-color: #851429;
 }
</style>
border-color css

<style>
 span { border-color: #851429; }

 span { border-color: rgb(133,20,41); }

 td.TdClassName
 {
   border-color: #851429;
 }
 .TagClassName
 {
   border-color: #851429;
 }
</style>