Html Css Color HEX #801537 Claret

📋 copy color: '#801537'

red 128 ◦ green 21 ◦ blue 55

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

Shades of Claret #801537

Tints of Claret #801537

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.29%

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

R = 62.75%
G = 10.29%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.57

 K value IS 0.50

RGB Variations

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

Color information

#801537 (or 0x801537) is known color: Claret. HEX triplet: 80, 15 and 37. RGB value is (128,21,55). Sum of RGB (Red+Green+Blue) = 128+21+55=204 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.75% from 204); Green value is 21 (8.59% from 255 or 10.29% from 204); Blue value is 55 (21.88% from 255 or 26.96% from 204); Max value from RGB is 128 - color contains mainly: red. Hex color #801537 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801537 is #7FEAC8. Grayscale: #383838. Windows color (decimal): -8383177 or 3609984. OLE color: 3609984.

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

Color convert

RGB 128 21 55 -
CMYK 0 0.84 0.57 0.50
HSL 340.93º 0.72% 0.29% -
HSV(B) 340.93º 0.84% 0.5% -
XYZ 9.86 5.4 4.14 -
YUV 56.87 126.95 178.74 -
System Red Green Blue C M Y K H S L
Decimal 128 21 55 0 0.84 0.57 0.50 340.93 0.72 0.29
Hex 80 15 37 0 54 39 32 155 48 1D
Octal 200 25 67 0 124 71 62 525 110 35
Binary 10000000 10101 110111 0 1010100 111001 110010 101010101 1001000 11101

Color Harmonies of #801537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801537

Black with #801537

Text Example


Text Example

White with #801537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801537; }

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

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

background-color css

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

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

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

border-color css

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

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

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