Html Css Color HEX #801824 Scarlett

📋 copy color: '#801824'

red 128 ◦ green 24 ◦ blue 36

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

Shades of Scarlett #801824

Tints of Scarlett #801824

RGB

 RED value IS 128 (50.39% from 255) = 68.09%

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

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

R = 68.09%
G = 12.77%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.72

 K value IS 0.50

RGB Variations

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

Color information

#801824 (or 0x801824) is known color: Scarlett. HEX triplet: 80, 18 and 24. RGB value is (128,24,36). Sum of RGB (Red+Green+Blue) = 128+24+36=188 (24% of max value = 765). Red value is 128 (50.39% from 255 or 68.09% from 188); Green value is 24 (9.77% from 255 or 12.77% from 188); Blue value is 36 (14.45% from 255 or 19.15% from 188); Max value from RGB is 128 - color contains mainly: red. Hex color #801824 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801824 is #7FE7DB. Grayscale: #383838. Windows color (decimal): -8382428 or 2365568. OLE color: 2365568.

HSL color Cylindrical-coordinate representation of color #801824: hue angle of 353.08º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #801824 is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 24 36 -
CMYK 0 0.81 0.72 0.50
HSL 353.08º 0.68% 0.3% -
HSV(B) 353.08º 0.81% 0.5% -
XYZ 9.55 5.37 2.2 -
YUV 56.46 116.46 179.02 -
System Red Green Blue C M Y K H S L
Decimal 128 24 36 0 0.81 0.72 0.50 353.08 0.68 0.3
Hex 80 18 24 0 51 48 32 161 44 1E
Octal 200 30 44 0 121 110 62 541 104 36
Binary 10000000 11000 100100 0 1010001 1001000 110010 101100001 1000100 11110

Color Harmonies of #801824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801824

Black with #801824

Text Example


Text Example

White with #801824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801824; }

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

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

background-color css

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

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

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

border-color css

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

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

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