#721636

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

Shades of Claret #721636

Tints of Claret #721636

Color information

#721636 (or 0x721636) is unknown color: approx 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

RGB1142254-
CMYK00.810.530.55
HSL339.13º67.65%26.67%-
HSV(B)339.13º80.7%44.71%-
XYZ7.894.423.93-
YUV53.16128.48171.4-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.53
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114225400.810.530.55339.1367.6526.67
Hex7216360513537153441b
Octal16226660121656752310433
Binary11100101011011011001010001110101110111101010011100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>