Html Css Color HEX #801739 Claret

📋 copy color: '#801739'

red 128 ◦ green 23 ◦ blue 57

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

Shades of Claret #801739

Tints of Claret #801739

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.06%

 BLUE value IS 57 (22.66% from 255) = 27.4%

R = 61.54%
G = 11.06%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.55

 K value IS 0.50

RGB Variations

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

Color information

#801739 (or 0x801739) is known color: Claret. HEX triplet: 80, 17 and 39. RGB value is (128,23,57). Sum of RGB (Red+Green+Blue) = 128+23+57=208 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.54% from 208); Green value is 23 (9.38% from 255 or 11.06% from 208); Blue value is 57 (22.66% from 255 or 27.40% from 208); Max value from RGB is 128 - color contains mainly: red. Hex color #801739 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801739 is #7FE8C6. Grayscale: #3A3A3A. Windows color (decimal): -8382663 or 3741568. OLE color: 3741568.

HSL color Cylindrical-coordinate representation of color #801739: hue angle of 340.57º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #801739 is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 23 57 -
CMYK 0 0.82 0.55 0.50
HSL 340.57º 0.7% 0.3% -
HSV(B) 340.57º 0.82% 0.5% -
XYZ 9.95 5.5 4.41 -
YUV 58.27 127.29 177.74 -
System Red Green Blue C M Y K H S L
Decimal 128 23 57 0 0.82 0.55 0.50 340.57 0.7 0.3
Hex 80 17 39 0 52 37 32 155 46 1E
Octal 200 27 71 0 122 67 62 525 106 36
Binary 10000000 10111 111001 0 1010010 110111 110010 101010101 1000110 11110

Color Harmonies of #801739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801739

Black with #801739

Text Example


Text Example

White with #801739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801739; }

 p { color: rgb(128,23,57); }

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

background-color css

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

 a { background-color: rgb(128,23,57); }

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

border-color css

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

 span { border-color: rgb(128,23,57); }

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