Html Css Color HEX #721737 Claret

📋 copy color: '#721737'

red 114 ◦ green 23 ◦ blue 55

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

Shades of Claret #721737

Tints of Claret #721737

RGB

 RED value IS 114 (44.92% from 255) = 59.38%

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

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

R = 59.38%
G = 11.98%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.52

 K value IS 0.55

RGB Variations

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

Color information

#721737 (or 0x721737) is known color: Claret. HEX triplet: 72, 17 and 37. RGB value is (114,23,55). Sum of RGB (Red+Green+Blue) = 114+23+55=192 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.38% from 192); Green value is 23 (9.38% from 255 or 11.98% from 192); Blue value is 55 (21.88% from 255 or 28.65% from 192); Max value from RGB is 114 - color contains mainly: red. Hex color #721737 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721737 is #8DE8C8. Grayscale: #353535. Windows color (decimal): -9300169 or 3610482. OLE color: 3610482.

HSL color Cylindrical-coordinate representation of color #721737: hue angle of 338.9º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #721737 is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 23 55 -
CMYK 0 0.80 0.52 0.55
HSL 338.9º 0.66% 0.27% -
HSV(B) 338.9º 0.8% 0.45% -
XYZ 7.94 4.47 4.06 -
YUV 53.86 128.65 170.9 -
System Red Green Blue C M Y K H S L
Decimal 114 23 55 0 0.80 0.52 0.55 338.9 0.66 0.27
Hex 72 17 37 0 50 34 37 153 42 1B
Octal 162 27 67 0 120 64 67 523 102 33
Binary 1110010 10111 110111 0 1010000 110100 110111 101010011 1000010 11011

Color Harmonies of #721737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721737

Black with #721737

Text Example


Text Example

White with #721737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721737; }

 p { color: rgb(114,23,55); }

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

background-color css

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

 a { background-color: rgb(114,23,55); }

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

border-color css

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

 span { border-color: rgb(114,23,55); }

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