Html Css Color HEX #802028 Scarlett

📋 copy color: '#802028'

red 128 ◦ green 32 ◦ blue 40

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

Shades of Scarlett #802028

Tints of Scarlett #802028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 20%

R = 64%
G = 16%
B = 20%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.69

 K value IS 0.50

RGB Variations

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

Color information

#802028 (or 0x802028) is known color: Scarlett. HEX triplet: 80, 20 and 28. RGB value is (128,32,40). Sum of RGB (Red+Green+Blue) = 128+32+40=200 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64% from 200); Green value is 32 (12.89% from 255 or 16% from 200); Blue value is 40 (16.02% from 255 or 20% from 200); Max value from RGB is 128 - color contains mainly: red. Hex color #802028 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802028 is #7FDFD7. Grayscale: #3D3D3D. Windows color (decimal): -8380376 or 2629760. OLE color: 2629760.

HSL color Cylindrical-coordinate representation of color #802028: hue angle of 355º 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 #802028 is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 32 40 -
CMYK 0 0.75 0.69 0.50
HSL 355º 0.6% 0.31% -
HSV(B) 355º 0.75% 0.5% -
XYZ 9.8 5.78 2.61 -
YUV 61.62 115.8 175.35 -
System Red Green Blue C M Y K H S L
Decimal 128 32 40 0 0.75 0.69 0.50 355 0.6 0.31
Hex 80 20 28 0 4B 45 32 163 3C 1F
Octal 200 40 50 0 113 105 62 543 74 37
Binary 10000000 100000 101000 0 1001011 1000101 110010 101100011 111100 11111

Color Harmonies of #802028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802028

Black with #802028

Text Example


Text Example

White with #802028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802028; }

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

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

background-color css

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

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

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

border-color css

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

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

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