Html Css Color HEX #722036 Claret

📋 copy color: '#722036'

red 114 ◦ green 32 ◦ blue 54

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

Shades of Claret #722036

Tints of Claret #722036

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16%

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

R = 57%
G = 16%
B = 27%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#722036 (or 0x722036) is known color: Claret. HEX triplet: 72, 20 and 36. RGB value is (114,32,54). Sum of RGB (Red+Green+Blue) = 114+32+54=200 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57% from 200); Green value is 32 (12.89% from 255 or 16% from 200); Blue value is 54 (21.48% from 255 or 27% from 200); Max value from RGB is 114 - color contains mainly: red. Hex color #722036 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722036 is #8DDFC9. Grayscale: #3B3B3B. Windows color (decimal): -9297866 or 3547250. OLE color: 3547250.

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

Color convert

RGB 114 32 54 -
CMYK 0 0.72 0.53 0.55
HSL 343.9º 0.56% 0.29% -
HSV(B) 343.9º 0.72% 0.45% -
XYZ 8.12 4.88 4 -
YUV 59.03 125.17 167.21 -
System Red Green Blue C M Y K H S L
Decimal 114 32 54 0 0.72 0.53 0.55 343.9 0.56 0.29
Hex 72 20 36 0 48 35 37 158 38 1D
Octal 162 40 66 0 110 65 67 530 70 35
Binary 1110010 100000 110110 0 1001000 110101 110111 101011000 111000 11101

Color Harmonies of #722036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722036

Black with #722036

Text Example


Text Example

White with #722036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722036; }

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

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

background-color css

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

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

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

border-color css

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

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

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