Html Css Color HEX #801E3C Scarlett

📋 copy color: '#801E3C'

red 128 ◦ green 30 ◦ blue 60

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

Shades of Scarlett #801E3C

Tints of Scarlett #801E3C

RGB

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

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

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

R = 58.72%
G = 13.76%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.53

 K value IS 0.50

RGB Variations

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

Color information

#801E3C (or 0x801E3C) is known color: Scarlett. HEX triplet: 80, 1E and 3C. RGB value is (128,30,60). Sum of RGB (Red+Green+Blue) = 128+30+60=218 (28% of max value = 765). Red value is 128 (50.39% from 255 or 58.72% from 218); Green value is 30 (12.11% from 255 or 13.76% from 218); Blue value is 60 (23.83% from 255 or 27.52% from 218); Max value from RGB is 128 - color contains mainly: red. Hex color #801E3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #801E3C is #7FE1C3. Grayscale: #3E3E3E. Windows color (decimal): -8380868 or 3939968. OLE color: 3939968.

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

Color convert

RGB 128 30 60 -
CMYK 0 0.77 0.53 0.50
HSL 341.63º 0.62% 0.31% -
HSV(B) 341.63º 0.77% 0.5% -
XYZ 10.18 5.84 4.87 -
YUV 62.72 126.47 174.56 -
System Red Green Blue C M Y K H S L
Decimal 128 30 60 0 0.77 0.53 0.50 341.63 0.62 0.31
Hex 80 1E 3C 0 4D 35 32 156 3E 1F
Octal 200 36 74 0 115 65 62 526 76 37
Binary 10000000 11110 111100 0 1001101 110101 110010 101010110 111110 11111

Color Harmonies of #801E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801E3C

Black with #801E3C

Text Example


Text Example

White with #801E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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