Html Css Color HEX #801237 Claret

📋 copy color: '#801237'

red 128 ◦ green 18 ◦ blue 55

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

Shades of Claret #801237

Tints of Claret #801237

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.96%

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

R = 63.68%
G = 8.96%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.57

 K value IS 0.50

RGB Variations

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

Color information

#801237 (or 0x801237) is known color: Claret. HEX triplet: 80, 12 and 37. RGB value is (128,18,55). Sum of RGB (Red+Green+Blue) = 128+18+55=201 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.68% from 201); Green value is 18 (7.42% from 255 or 8.96% from 201); Blue value is 55 (21.88% from 255 or 27.36% from 201); Max value from RGB is 128 - color contains mainly: red. Hex color #801237 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801237 is #7FEDC8. Grayscale: #373737. Windows color (decimal): -8383945 or 3609216. OLE color: 3609216.

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

Color convert

RGB 128 18 55 -
CMYK 0 0.86 0.57 0.50
HSL 339.82º 0.75% 0.29% -
HSV(B) 339.82º 0.86% 0.5% -
XYZ 9.81 5.3 4.12 -
YUV 55.11 127.94 179.99 -
System Red Green Blue C M Y K H S L
Decimal 128 18 55 0 0.86 0.57 0.50 339.82 0.75 0.29
Hex 80 12 37 0 56 39 32 154 4B 1D
Octal 200 22 67 0 126 71 62 524 113 35
Binary 10000000 10010 110111 0 1010110 111001 110010 101010100 1001011 11101

Color Harmonies of #801237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801237

Black with #801237

Text Example


Text Example

White with #801237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801237; }

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

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

background-color css

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

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

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

border-color css

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

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

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