#721E39

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

Shades of Claret #721E39

Tints of Claret #721E39

Color information

#721E39 (or 0x721E39) is unknown color: approx Claret. HEX triplet: 72, 1E and 39. RGB value is (114,30,57). Sum of RGB (Red+Green+Blue) = 114+30+57=201 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.72% from 201); Green value is 30 (12.11% from 255 or 14.93% from 201); Blue value is 57 (22.66% from 255 or 28.36% from 201); Max value from RGB is 114 - color contains mainly: red. Hex color #721E39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721E39 is #8DE1C6. Grayscale: #3A3A3A. Windows color (decimal): -9298375 or 3743346. OLE color: 3743346.

HSL color Cylindrical-coordinate representation of color #721E39: hue angle of 340.71º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #721E39 is Cyan = 0, Magento = 0.74, Yellow = 0.50 and Black (K on CMYK) = 0.55.

Color convert

RGB1143057-
CMYK00.740.500.55
HSL340.71º58.33%28.24%-
HSV(B)340.71º73.68%44.71%-
XYZ8.144.84.37-
YUV58.19127.33167.8-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 56.72%
GREEN value IS 30 (12.11% from 255) = 14.93%
BLUE value IS 57 (22.66% from 255) = 28.36%
R=56.72%
G=14.93%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.50
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114305700.740.500.55340.7158.3328.24
Hex721E3904A32371553a1c
Octal1623671011262675257234
Binary1110010111101110010100101011001011011110101010111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721E39; }

 p { color: rgb(114,30,57); }

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

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

 a { background-color: rgb(114,30,57); }

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

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

 span { border-color: rgb(114,30,57); }

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