Html Css Color HEX #841429 Scarlett

📋 copy color: '#841429'

red 132 ◦ green 20 ◦ blue 41

#841429
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scarlett #841429

Tints of Scarlett #841429

RGB

 RED value IS 132 (51.95% from 255) = 68.39%

 GREEN value IS 20 (8.2% 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 value IS 0

 M value IS 0.85

 Y value IS 0.69

 K value IS 0.48

RGB Variations

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

Color information

#841429 (or 0x841429) is known color: 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

RGB 132 20 41 -
CMYK 0 0.85 0.69 0.48
HSL 348.75º 0.74% 0.3% -
HSV(B) 348.75º 0.85% 0.52% -
XYZ 10.17 5.57 2.64 -
YUV 55.88 119.61 182.29 -
System Red Green Blue C M Y K H S L
Decimal 132 20 41 0 0.85 0.69 0.48 348.75 0.74 0.3
Hex 84 14 29 0 55 45 30 15D 4A 1E
Octal 204 24 51 0 125 105 60 535 112 36
Binary 10000100 10100 101001 0 1010101 1000101 110000 101011101 1001010 11110

Color Harmonies of #841429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841429

Black with #841429

Text Example


Text Example

White with #841429

Text Example


Text Example

HTML Codes & Css Web 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>