Html Css Color HEX #802128 Scarlett

📋 copy color: '#802128'

red 128 ◦ green 33 ◦ blue 40

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

Shades of Scarlett #802128

Tints of Scarlett #802128

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.42%

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

R = 63.68%
G = 16.42%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.69

 K value IS 0.50

RGB Variations

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

Color information

#802128 (or 0x802128) is known color: Scarlett. HEX triplet: 80, 21 and 28. RGB value is (128,33,40). Sum of RGB (Red+Green+Blue) = 128+33+40=201 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.68% from 201); Green value is 33 (13.28% from 255 or 16.42% from 201); Blue value is 40 (16.02% from 255 or 19.90% from 201); Max value from RGB is 128 - color contains mainly: red. Hex color #802128 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802128 is #7FDED7. Grayscale: #3E3E3E. Windows color (decimal): -8380120 or 2630016. OLE color: 2630016.

HSL color Cylindrical-coordinate representation of color #802128: hue angle of 355.58º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #802128 is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 33 40 -
CMYK 0 0.74 0.69 0.50
HSL 355.58º 0.59% 0.32% -
HSV(B) 355.58º 0.74% 0.5% -
XYZ 9.83 5.83 2.61 -
YUV 62.2 115.47 174.93 -
System Red Green Blue C M Y K H S L
Decimal 128 33 40 0 0.74 0.69 0.50 355.58 0.59 0.32
Hex 80 21 28 0 4A 45 32 164 3B 20
Octal 200 41 50 0 112 105 62 544 73 40
Binary 10000000 100001 101000 0 1001010 1000101 110010 101100100 111011 100000

Color Harmonies of #802128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802128

Black with #802128

Text Example


Text Example

White with #802128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802128; }

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

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

background-color css

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

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

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

border-color css

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

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

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