Html Css Color HEX #801924 Scarlett

📋 copy color: '#801924'

red 128 ◦ green 25 ◦ blue 36

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

Shades of Scarlett #801924

Tints of Scarlett #801924

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.23%

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

R = 67.72%
G = 13.23%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.72

 K value IS 0.50

RGB Variations

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

Color information

#801924 (or 0x801924) is known color: Scarlett. HEX triplet: 80, 19 and 24. RGB value is (128,25,36). Sum of RGB (Red+Green+Blue) = 128+25+36=189 (25% of max value = 765). Red value is 128 (50.39% from 255 or 67.72% from 189); Green value is 25 (10.16% from 255 or 13.23% from 189); Blue value is 36 (14.45% from 255 or 19.05% from 189); Max value from RGB is 128 - color contains mainly: red. Hex color #801924 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801924 is #7FE6DB. Grayscale: #393939. Windows color (decimal): -8382172 or 2365824. OLE color: 2365824.

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

Color convert

RGB 128 25 36 -
CMYK 0 0.80 0.72 0.50
HSL 353.59º 0.67% 0.3% -
HSV(B) 353.59º 0.8% 0.5% -
XYZ 9.57 5.41 2.21 -
YUV 57.05 116.12 178.61 -
System Red Green Blue C M Y K H S L
Decimal 128 25 36 0 0.80 0.72 0.50 353.59 0.67 0.3
Hex 80 19 24 0 50 48 32 162 43 1E
Octal 200 31 44 0 120 110 62 542 103 36
Binary 10000000 11001 100100 0 1010000 1001000 110010 101100010 1000011 11110

Color Harmonies of #801924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801924

Black with #801924

Text Example


Text Example

White with #801924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801924; }

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

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

background-color css

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

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

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

border-color css

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

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

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