Html Css Color HEX #801F37 Scarlett

📋 copy color: '#801F37'

red 128 ◦ green 31 ◦ blue 55

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

Shades of Scarlett #801F37

Tints of Scarlett #801F37

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.49%

 BLUE value IS 55 (21.88% from 255) = 25.7%

R = 59.81%
G = 14.49%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.57

 K value IS 0.50

RGB Variations

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

Color information

#801F37 (or 0x801F37) is known color: Scarlett. HEX triplet: 80, 1F and 37. RGB value is (128,31,55). Sum of RGB (Red+Green+Blue) = 128+31+55=214 (28% of max value = 765). Red value is 128 (50.39% from 255 or 59.81% from 214); Green value is 31 (12.5% from 255 or 14.49% from 214); Blue value is 55 (21.88% from 255 or 25.70% from 214); Max value from RGB is 128 - color contains mainly: red. Hex color #801F37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #801F37 is #7FE0C8. Grayscale: #3E3E3E. Windows color (decimal): -8380617 or 3612544. OLE color: 3612544.

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

Color convert

RGB 128 31 55 -
CMYK 0 0.76 0.57 0.50
HSL 345.15º 0.61% 0.31% -
HSV(B) 345.15º 0.76% 0.5% -
XYZ 10.08 5.85 4.21 -
YUV 62.74 123.64 174.55 -
System Red Green Blue C M Y K H S L
Decimal 128 31 55 0 0.76 0.57 0.50 345.15 0.61 0.31
Hex 80 1F 37 0 4C 39 32 159 3D 1F
Octal 200 37 67 0 114 71 62 531 75 37
Binary 10000000 11111 110111 0 1001100 111001 110010 101011001 111101 11111

Color Harmonies of #801F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801F37

Black with #801F37

Text Example


Text Example

White with #801F37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,31,55); }

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

background-color css

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

 a { background-color: rgb(128,31,55); }

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

border-color css

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

 span { border-color: rgb(128,31,55); }

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