Html Css Color HEX #841824 Scarlett

📋 copy color: '#841824'

red 132 ◦ green 24 ◦ blue 36

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

Shades of Scarlett #841824

Tints of Scarlett #841824

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.5%

 BLUE value IS 36 (14.45% from 255) = 18.75%

R = 68.75%
G = 12.5%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.73

 K value IS 0.48

RGB Variations

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

Color information

#841824 (or 0x841824) is known color: Scarlett. HEX triplet: 84, 18 and 24. RGB value is (132,24,36). Sum of RGB (Red+Green+Blue) = 132+24+36=192 (25% of max value = 765). Red value is 132 (51.95% from 255 or 68.75% from 192); Green value is 24 (9.77% from 255 or 12.5% from 192); Blue value is 36 (14.45% from 255 or 18.75% from 192); Max value from RGB is 132 - color contains mainly: red. Hex color #841824 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841824 is #7BE7DB. Grayscale: #393939. Windows color (decimal): -8120284 or 2365572. OLE color: 2365572.

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

Color convert

RGB 132 24 36 -
CMYK 0 0.82 0.73 0.48
HSL 353.33º 0.69% 0.31% -
HSV(B) 353.33º 0.82% 0.52% -
XYZ 10.16 5.69 2.23 -
YUV 57.66 115.78 181.02 -
System Red Green Blue C M Y K H S L
Decimal 132 24 36 0 0.82 0.73 0.48 353.33 0.69 0.31
Hex 84 18 24 0 52 49 30 161 45 1F
Octal 204 30 44 0 122 111 60 541 105 37
Binary 10000100 11000 100100 0 1010010 1001001 110000 101100001 1000101 11111

Color Harmonies of #841824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841824

Black with #841824

Text Example


Text Example

White with #841824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841824; }

 p { color: rgb(132,24,36); }

 H1.HeaderClassName
 {
   color: #841824;
 }
 .AnyTagClassName
 {
   color: #841824;
 }
</style>

background-color css

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

 a { background-color: rgb(132,24,36); }

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

border-color css

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

 span { border-color: rgb(132,24,36); }

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