Html Css Color HEX #801F3C Scarlett

📋 copy color: '#801F3C'

red 128 ◦ green 31 ◦ blue 60

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

Shades of Scarlett #801F3C

Tints of Scarlett #801F3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 27.4%

R = 58.45%
G = 14.16%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.53

 K value IS 0.50

RGB Variations

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

Color information

#801F3C (or 0x801F3C) is known color: Scarlett. HEX triplet: 80, 1F and 3C. RGB value is (128,31,60). Sum of RGB (Red+Green+Blue) = 128+31+60=219 (29% of max value = 765). Red value is 128 (50.39% from 255 or 58.45% from 219); Green value is 31 (12.5% from 255 or 14.16% from 219); Blue value is 60 (23.83% from 255 or 27.40% from 219); Max value from RGB is 128 - color contains mainly: red. Hex color #801F3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #801F3C is #7FE0C3. Grayscale: #3F3F3F. Windows color (decimal): -8380612 or 3940224. OLE color: 3940224.

HSL color Cylindrical-coordinate representation of color #801F3C: hue angle of 342.06º 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 #801F3C is Cyan = 0, Magento = 0.76, Yellow = 0.53 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 31 60 -
CMYK 0 0.76 0.53 0.50
HSL 342.06º 0.61% 0.31% -
HSV(B) 342.06º 0.76% 0.5% -
XYZ 10.21 5.9 4.87 -
YUV 63.31 126.14 174.14 -
System Red Green Blue C M Y K H S L
Decimal 128 31 60 0 0.76 0.53 0.50 342.06 0.61 0.31
Hex 80 1F 3C 0 4C 35 32 156 3D 1F
Octal 200 37 74 0 114 65 62 526 75 37
Binary 10000000 11111 111100 0 1001100 110101 110010 101010110 111101 11111

Color Harmonies of #801F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801F3C

Black with #801F3C

Text Example


Text Example

White with #801F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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