Html Css Color HEX #802137 Scarlett

📋 copy color: '#802137'

red 128 ◦ green 33 ◦ blue 55

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

Shades of Scarlett #802137

Tints of Scarlett #802137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 25.46%

R = 59.26%
G = 15.28%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.57

 K value IS 0.50

RGB Variations

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

Color information

#802137 (or 0x802137) is known color: Scarlett. HEX triplet: 80, 21 and 37. RGB value is (128,33,55). Sum of RGB (Red+Green+Blue) = 128+33+55=216 (28% of max value = 765). Red value is 128 (50.39% from 255 or 59.26% from 216); Green value is 33 (13.28% from 255 or 15.28% from 216); Blue value is 55 (21.88% from 255 or 25.46% from 216); Max value from RGB is 128 - color contains mainly: red. Hex color #802137 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802137 is #7FDEC8. Grayscale: #3F3F3F. Windows color (decimal): -8380105 or 3613056. OLE color: 3613056.

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

Color convert

RGB 128 33 55 -
CMYK 0 0.74 0.57 0.50
HSL 346.11º 0.59% 0.32% -
HSV(B) 346.11º 0.74% 0.5% -
XYZ 10.14 5.95 4.23 -
YUV 63.91 122.97 173.71 -
System Red Green Blue C M Y K H S L
Decimal 128 33 55 0 0.74 0.57 0.50 346.11 0.59 0.32
Hex 80 21 37 0 4A 39 32 15A 3B 20
Octal 200 41 67 0 112 71 62 532 73 40
Binary 10000000 100001 110111 0 1001010 111001 110010 101011010 111011 100000

Color Harmonies of #802137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802137

Black with #802137

Text Example


Text Example

White with #802137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802137; }

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

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

background-color css

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

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

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

border-color css

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

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

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