#722736

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

Shades of Claret #722736

Tints of Claret #722736

Color information

#722736 (or 0x722736) is unknown color: approx Claret. HEX triplet: 72, 27 and 36. RGB value is (114,39,54). Sum of RGB (Red+Green+Blue) = 114+39+54=207 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.07% from 207); Green value is 39 (15.62% from 255 or 18.84% from 207); Blue value is 54 (21.48% from 255 or 26.09% from 207); Max value from RGB is 114 - color contains mainly: red. Hex color #722736 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722736 is #8DD8C9. Grayscale: #3F3F3F. Windows color (decimal): -9296074 or 3549042. OLE color: 3549042.

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

Color convert

RGB1143954-
CMYK00.660.530.55
HSL348º49.02%30%-
HSV(B)348º65.79%44.71%-
XYZ8.335.294.07-
YUV63.14122.85164.28-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 55.07%
GREEN value IS 39 (15.62% from 255) = 18.84%
BLUE value IS 54 (21.48% from 255) = 26.09%
R=55.07%
G=18.84%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.53
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114395400.660.530.5534849.0230
Hex722736042353715c311e
Octal1624766010265675346136
Binary11100101001111101100100001011010111011110101110011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722736; }

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

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

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

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

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

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

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

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