#841429

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

Shades of Scarlett #841429

Tints of Scarlett #841429

Color information

#841429 (or 0x841429) is unknown color: approx Scarlett. HEX triplet: 84, 14 and 29. RGB value is (132,20,41). Sum of RGB (Red+Green+Blue) = 132+20+41=193 (25% of max value = 765). Red value is 132 (51.95% from 255 or 68.39% from 193); Green value is 20 (8.20% from 255 or 10.36% from 193); Blue value is 41 (16.41% from 255 or 21.24% from 193); Max value from RGB is 132 - color contains mainly: red. Hex color #841429 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841429 is #7BEBD6. Grayscale: #373737. Windows color (decimal): -8121303 or 2692228. OLE color: 2692228.

HSL color Cylindrical-coordinate representation of color #841429: hue angle of 348.75º 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 #841429 is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.48.

Color convert

RGB1322041-
CMYK00.850.690.48
HSL348.75º73.68%29.8%-
HSV(B)348.75º84.85%51.76%-
XYZ10.175.572.64-
YUV55.88119.61182.29-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 68.39%
GREEN value IS 20 (8.20% from 255) = 10.36%
BLUE value IS 41 (16.41% from 255) = 21.24%
R=68.39%
G=10.36%
B=21.24%

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
Decimal132204100.850.690.48348.7573.6829.8
Hex841429055453015d4a1e
Octal204245101251056053511236
Binary1000010010100101001010101011000101110000101011101100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841429; }

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

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

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

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

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

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

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

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