#721836

Color #721836 Claret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Claret #721836

Tints of Claret #721836

Color information

#721836 (or 0x721836) is unknown color: approx Claret. HEX triplet: 72, 18 and 36. RGB value is (114,24,54). Sum of RGB (Red+Green+Blue) = 114+24+54=192 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.38% from 192); Green value is 24 (9.77% from 255 or 12.5% from 192); Blue value is 54 (21.48% from 255 or 28.12% from 192); Max value from RGB is 114 - color contains mainly: red. Hex color #721836 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721836 is #8DE7C9. Grayscale: #363636. Windows color (decimal): -9299914 or 3545202. OLE color: 3545202.

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

Color convert

RGB1142454-
CMYK00.790.530.55
HSL340º65.22%27.06%-
HSV(B)340º78.95%44.71%-
XYZ7.934.53.94-
YUV54.33127.82170.56-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 59.38%
GREEN value IS 24 (9.77% from 255) = 12.5%
BLUE value IS 54 (21.48% from 255) = 28.12%
R=59.38%
G=12.5%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.53
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114245400.790.530.5534065.2227.06
Hex72183604F3537154411b
Octal16230660117656752410133
Binary11100101100011011001001111110101110111101010100100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721836; }

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

 H1.HeaderClassName
 {
   color: #721836;
 }
 .AnyTagClassName
 {
   color: #721836;
 }
</style>
background-color css

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

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

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

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

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

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