Html Css Color HEX #801337 Claret

📋 copy color: '#801337'

red 128 ◦ green 19 ◦ blue 55

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

Shades of Claret #801337

Tints of Claret #801337

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.41%

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

R = 63.37%
G = 9.41%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.57

 K value IS 0.50

RGB Variations

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

Color information

#801337 (or 0x801337) is known color: Claret. HEX triplet: 80, 13 and 37. RGB value is (128,19,55). Sum of RGB (Red+Green+Blue) = 128+19+55=202 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.37% from 202); Green value is 19 (7.81% from 255 or 9.41% from 202); Blue value is 55 (21.88% from 255 or 27.23% from 202); Max value from RGB is 128 - color contains mainly: red. Hex color #801337 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801337 is #7FECC8. Grayscale: #373737. Windows color (decimal): -8383689 or 3609472. OLE color: 3609472.

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

Color convert

RGB 128 19 55 -
CMYK 0 0.85 0.57 0.50
HSL 340.18º 0.74% 0.29% -
HSV(B) 340.18º 0.85% 0.5% -
XYZ 9.82 5.33 4.13 -
YUV 55.7 127.61 179.57 -
System Red Green Blue C M Y K H S L
Decimal 128 19 55 0 0.85 0.57 0.50 340.18 0.74 0.29
Hex 80 13 37 0 55 39 32 154 4A 1D
Octal 200 23 67 0 125 71 62 524 112 35
Binary 10000000 10011 110111 0 1010101 111001 110010 101010100 1001010 11101

Color Harmonies of #801337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801337

Black with #801337

Text Example


Text Example

White with #801337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801337; }

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

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

background-color css

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

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

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

border-color css

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

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

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