Html Css Color HEX #722836 Claret

📋 copy color: '#722836'

red 114 ◦ green 40 ◦ blue 54

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

Shades of Claret #722836

Tints of Claret #722836

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.23%

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

R = 54.81%
G = 19.23%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#722836 (or 0x722836) is known color: Claret. HEX triplet: 72, 28 and 36. RGB value is (114,40,54). Sum of RGB (Red+Green+Blue) = 114+40+54=208 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.81% from 208); Green value is 40 (16.02% from 255 or 19.23% from 208); Blue value is 54 (21.48% from 255 or 25.96% from 208); Max value from RGB is 114 - color contains mainly: red. Hex color #722836 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722836 is #8DD7C9. Grayscale: #3F3F3F. Windows color (decimal): -9295818 or 3549298. OLE color: 3549298.

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

Color convert

RGB 114 40 54 -
CMYK 0 0.65 0.53 0.55
HSL 348.65º 0.48% 0.3% -
HSV(B) 348.65º 0.65% 0.45% -
XYZ 8.36 5.36 4.08 -
YUV 63.72 122.52 163.86 -
System Red Green Blue C M Y K H S L
Decimal 114 40 54 0 0.65 0.53 0.55 348.65 0.48 0.3
Hex 72 28 36 0 41 35 37 15D 30 1E
Octal 162 50 66 0 101 65 67 535 60 36
Binary 1110010 101000 110110 0 1000001 110101 110111 101011101 110000 11110

Color Harmonies of #722836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722836

Black with #722836

Text Example


Text Example

White with #722836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722836; }

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

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

background-color css

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

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

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

border-color css

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

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

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