Html Css Color HEX #801C32 Scarlett

📋 copy color: '#801C32'

red 128 ◦ green 28 ◦ blue 50

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

Shades of Scarlett #801C32

Tints of Scarlett #801C32

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.59%

 BLUE value IS 50 (19.92% from 255) = 24.27%

R = 62.14%
G = 13.59%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.61

 K value IS 0.50

RGB Variations

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

Color information

#801C32 (or 0x801C32) is known color: Scarlett. HEX triplet: 80, 1C and 32. RGB value is (128,28,50). Sum of RGB (Red+Green+Blue) = 128+28+50=206 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.14% from 206); Green value is 28 (11.33% from 255 or 13.59% from 206); Blue value is 50 (19.92% from 255 or 24.27% from 206); Max value from RGB is 128 - color contains mainly: red. Hex color #801C32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #801C32 is #7FE3CD. Grayscale: #3C3C3C. Windows color (decimal): -8381390 or 3284096. OLE color: 3284096.

HSL color Cylindrical-coordinate representation of color #801C32: hue angle of 346.8º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #801C32 is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 28 50 -
CMYK 0 0.78 0.61 0.50
HSL 346.8º 0.64% 0.31% -
HSV(B) 346.8º 0.78% 0.5% -
XYZ 9.89 5.65 3.59 -
YUV 60.41 122.13 176.21 -
System Red Green Blue C M Y K H S L
Decimal 128 28 50 0 0.78 0.61 0.50 346.8 0.64 0.31
Hex 80 1C 32 0 4E 3D 32 15B 40 1F
Octal 200 34 62 0 116 75 62 533 100 37
Binary 10000000 11100 110010 0 1001110 111101 110010 101011011 1000000 11111

Color Harmonies of #801C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801C32

Black with #801C32

Text Example


Text Example

White with #801C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801C32; }

 p { color: rgb(128,28,50); }

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

background-color css

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

 a { background-color: rgb(128,28,50); }

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

border-color css

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

 span { border-color: rgb(128,28,50); }

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