#721536

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

Shades of Claret #721536

Tints of Claret #721536

Color information

#721536 (or 0x721536) is unknown color: approx Claret. HEX triplet: 72, 15 and 36. RGB value is (114,21,54). Sum of RGB (Red+Green+Blue) = 114+21+54=189 (25% of max value = 765). Red value is 114 (44.92% from 255 or 60.32% from 189); Green value is 21 (8.59% from 255 or 11.11% from 189); Blue value is 54 (21.48% from 255 or 28.57% from 189); Max value from RGB is 114 - color contains mainly: red. Hex color #721536 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721536 is #8DEAC9. Grayscale: #343434. Windows color (decimal): -9300682 or 3544434. OLE color: 3544434.

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

Color convert

RGB1142154-
CMYK00.820.530.55
HSL338.71º68.89%26.47%-
HSV(B)338.71º81.58%44.71%-
XYZ7.874.383.92-
YUV52.57128.81171.82-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 60.32%
GREEN value IS 21 (8.59% from 255) = 11.11%
BLUE value IS 54 (21.48% from 255) = 28.57%
R=60.32%
G=11.11%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.53
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114215400.820.530.55338.7168.8926.47
Hex7215360523537153451a
Octal16225660122656752310532
Binary11100101010111011001010010110101110111101010011100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721536; }

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

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

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

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

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

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

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

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