Html Css Color HEX #802237 Scarlett

📋 copy color: '#802237'

red 128 ◦ green 34 ◦ blue 55

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

Shades of Scarlett #802237

Tints of Scarlett #802237

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.67%

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

R = 58.99%
G = 15.67%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.57

 K value IS 0.50

RGB Variations

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

Color information

#802237 (or 0x802237) is known color: Scarlett. HEX triplet: 80, 22 and 37. RGB value is (128,34,55). Sum of RGB (Red+Green+Blue) = 128+34+55=217 (28% of max value = 765). Red value is 128 (50.39% from 255 or 58.99% from 217); Green value is 34 (13.67% from 255 or 15.67% from 217); Blue value is 55 (21.88% from 255 or 25.35% from 217); Max value from RGB is 128 - color contains mainly: red. Hex color #802237 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802237 is #7FDDC8. Grayscale: #404040. Windows color (decimal): -8379849 or 3613312. OLE color: 3613312.

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

Color convert

RGB 128 34 55 -
CMYK 0 0.73 0.57 0.50
HSL 346.6º 0.58% 0.32% -
HSV(B) 346.6º 0.73% 0.5% -
XYZ 10.16 6.01 4.24 -
YUV 64.5 122.64 173.29 -
System Red Green Blue C M Y K H S L
Decimal 128 34 55 0 0.73 0.57 0.50 346.6 0.58 0.32
Hex 80 22 37 0 49 39 32 15B 3A 20
Octal 200 42 67 0 111 71 62 533 72 40
Binary 10000000 100010 110111 0 1001001 111001 110010 101011011 111010 100000

Color Harmonies of #802237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802237

Black with #802237

Text Example


Text Example

White with #802237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802237; }

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

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

background-color css

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

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

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

border-color css

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

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

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