Html Css Color HEX #721636 Claret

📋 copy color: '#721636'

red 114 ◦ green 22 ◦ blue 54

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

Shades of Claret #721636

Tints of Claret #721636

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.58%

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

R = 60%
G = 11.58%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#721636 (or 0x721636) is known color: Claret. HEX triplet: 72, 16 and 36. RGB value is (114,22,54). Sum of RGB (Red+Green+Blue) = 114+22+54=190 (25% of max value = 765). Red value is 114 (44.92% from 255 or 60% from 190); Green value is 22 (8.98% from 255 or 11.58% from 190); Blue value is 54 (21.48% from 255 or 28.42% from 190); Max value from RGB is 114 - color contains mainly: red. Hex color #721636 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721636 is #8DE9C9. Grayscale: #353535. Windows color (decimal): -9300426 or 3544690. OLE color: 3544690.

HSL color Cylindrical-coordinate representation of color #721636: hue angle of 339.13º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #721636 is Cyan = 0, Magento = 0.81, Yellow = 0.53 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 22 54 -
CMYK 0 0.81 0.53 0.55
HSL 339.13º 0.68% 0.27% -
HSV(B) 339.13º 0.81% 0.45% -
XYZ 7.89 4.42 3.93 -
YUV 53.16 128.48 171.4 -
System Red Green Blue C M Y K H S L
Decimal 114 22 54 0 0.81 0.53 0.55 339.13 0.68 0.27
Hex 72 16 36 0 51 35 37 153 44 1B
Octal 162 26 66 0 121 65 67 523 104 33
Binary 1110010 10110 110110 0 1010001 110101 110111 101010011 1000100 11011

Color Harmonies of #721636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721636

Black with #721636

Text Example


Text Example

White with #721636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721636; }

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

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

background-color css

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

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

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

border-color css

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

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

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