Html Css Color HEX #721736 Claret

📋 copy color: '#721736'

red 114 ◦ green 23 ◦ blue 54

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

Shades of Claret #721736

Tints of Claret #721736

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 28.27%

R = 59.69%
G = 12.04%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#721736 (or 0x721736) is known color: Claret. HEX triplet: 72, 17 and 36. RGB value is (114,23,54). Sum of RGB (Red+Green+Blue) = 114+23+54=191 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.69% from 191); Green value is 23 (9.38% from 255 or 12.04% from 191); Blue value is 54 (21.48% from 255 or 28.27% from 191); Max value from RGB is 114 - color contains mainly: red. Hex color #721736 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721736 is #8DE8C9. Grayscale: #353535. Windows color (decimal): -9300170 or 3544946. OLE color: 3544946.

HSL color Cylindrical-coordinate representation of color #721736: hue angle of 339.56º 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 #721736 is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 23 54 -
CMYK 0 0.80 0.53 0.55
HSL 339.56º 0.66% 0.27% -
HSV(B) 339.56º 0.8% 0.45% -
XYZ 7.91 4.46 3.93 -
YUV 53.74 128.15 170.98 -
System Red Green Blue C M Y K H S L
Decimal 114 23 54 0 0.80 0.53 0.55 339.56 0.66 0.27
Hex 72 17 36 0 50 35 37 154 42 1B
Octal 162 27 66 0 120 65 67 524 102 33
Binary 1110010 10111 110110 0 1010000 110101 110111 101010100 1000010 11011

Color Harmonies of #721736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721736

Black with #721736

Text Example


Text Example

White with #721736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721736; }

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

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

background-color css

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

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

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

border-color css

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

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

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