Html Css Color HEX #801637 Scarlett

📋 copy color: '#801637'

red 128 ◦ green 22 ◦ blue 55

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

Shades of Scarlett #801637

Tints of Scarlett #801637

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.73%

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

R = 62.44%
G = 10.73%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.57

 K value IS 0.50

RGB Variations

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

Color information

#801637 (or 0x801637) is known color: Scarlett. HEX triplet: 80, 16 and 37. RGB value is (128,22,55). Sum of RGB (Red+Green+Blue) = 128+22+55=205 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.44% from 205); Green value is 22 (8.98% from 255 or 10.73% from 205); Blue value is 55 (21.88% from 255 or 26.83% from 205); Max value from RGB is 128 - color contains mainly: red. Hex color #801637 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801637 is #7FE9C8. Grayscale: #393939. Windows color (decimal): -8382921 or 3610240. OLE color: 3610240.

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

Color convert

RGB 128 22 55 -
CMYK 0 0.83 0.57 0.50
HSL 341.32º 0.71% 0.29% -
HSV(B) 341.32º 0.83% 0.5% -
XYZ 9.88 5.44 4.14 -
YUV 57.46 126.62 178.32 -
System Red Green Blue C M Y K H S L
Decimal 128 22 55 0 0.83 0.57 0.50 341.32 0.71 0.29
Hex 80 16 37 0 53 39 32 155 47 1D
Octal 200 26 67 0 123 71 62 525 107 35
Binary 10000000 10110 110111 0 1010011 111001 110010 101010101 1000111 11101

Color Harmonies of #801637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801637

Black with #801637

Text Example


Text Example

White with #801637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801637; }

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

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

background-color css

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

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

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

border-color css

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

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

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