Html Css Color HEX #801E32 Scarlett

📋 copy color: '#801E32'

red 128 ◦ green 30 ◦ blue 50

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

Shades of Scarlett #801E32

Tints of Scarlett #801E32

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.42%

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

R = 61.54%
G = 14.42%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.61

 K value IS 0.50

RGB Variations

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

Color information

#801E32 (or 0x801E32) is known color: Scarlett. HEX triplet: 80, 1E and 32. RGB value is (128,30,50). Sum of RGB (Red+Green+Blue) = 128+30+50=208 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.54% from 208); Green value is 30 (12.11% from 255 or 14.42% from 208); Blue value is 50 (19.92% from 255 or 24.04% from 208); Max value from RGB is 128 - color contains mainly: red. Hex color #801E32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #801E32 is #7FE1CD. Grayscale: #3D3D3D. Windows color (decimal): -8380878 or 3284608. OLE color: 3284608.

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

Color convert

RGB 128 30 50 -
CMYK 0 0.77 0.61 0.50
HSL 347.76º 0.62% 0.31% -
HSV(B) 347.76º 0.77% 0.5% -
XYZ 9.94 5.75 3.6 -
YUV 61.58 121.47 175.37 -
System Red Green Blue C M Y K H S L
Decimal 128 30 50 0 0.77 0.61 0.50 347.76 0.62 0.31
Hex 80 1E 32 0 4D 3D 32 15C 3E 1F
Octal 200 36 62 0 115 75 62 534 76 37
Binary 10000000 11110 110010 0 1001101 111101 110010 101011100 111110 11111

Color Harmonies of #801E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801E32

Black with #801E32

Text Example


Text Example

White with #801E32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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