Html Css Color HEX #802036 Scarlett

📋 copy color: '#802036'

red 128 ◦ green 32 ◦ blue 54

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

Shades of Scarlett #802036

Tints of Scarlett #802036

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.95%

 BLUE value IS 54 (21.48% from 255) = 25.23%

R = 59.81%
G = 14.95%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.58

 K value IS 0.50

RGB Variations

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

Color information

#802036 (or 0x802036) is known color: Scarlett. HEX triplet: 80, 20 and 36. RGB value is (128,32,54). Sum of RGB (Red+Green+Blue) = 128+32+54=214 (28% of max value = 765). Red value is 128 (50.39% from 255 or 59.81% from 214); Green value is 32 (12.89% from 255 or 14.95% from 214); Blue value is 54 (21.48% from 255 or 25.23% from 214); Max value from RGB is 128 - color contains mainly: red. Hex color #802036 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802036 is #7FDFC9. Grayscale: #3F3F3F. Windows color (decimal): -8380362 or 3547264. OLE color: 3547264.

HSL color Cylindrical-coordinate representation of color #802036: hue angle of 346.25º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #802036 is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 32 54 -
CMYK 0 0.75 0.58 0.50
HSL 346.25º 0.6% 0.31% -
HSV(B) 346.25º 0.75% 0.5% -
XYZ 10.08 5.89 4.1 -
YUV 63.21 122.8 174.21 -
System Red Green Blue C M Y K H S L
Decimal 128 32 54 0 0.75 0.58 0.50 346.25 0.6 0.31
Hex 80 20 36 0 4B 3A 32 15A 3C 1F
Octal 200 40 66 0 113 72 62 532 74 37
Binary 10000000 100000 110110 0 1001011 111010 110010 101011010 111100 11111

Color Harmonies of #802036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802036

Black with #802036

Text Example


Text Example

White with #802036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802036; }

 p { color: rgb(128,32,54); }

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

background-color css

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

 a { background-color: rgb(128,32,54); }

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

border-color css

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

 span { border-color: rgb(128,32,54); }

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