#722538

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

Shades of Claret #722538

Tints of Claret #722538

Color information

#722538 (or 0x722538) is unknown color: approx Claret. HEX triplet: 72, 25 and 38. RGB value is (114,37,56). Sum of RGB (Red+Green+Blue) = 114+37+56=207 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.07% from 207); Green value is 37 (14.84% from 255 or 17.87% from 207); Blue value is 56 (22.27% from 255 or 27.05% from 207); Max value from RGB is 114 - color contains mainly: red. Hex color #722538 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722538 is #8DDAC7. Grayscale: #3E3E3E. Windows color (decimal): -9296584 or 3679602. OLE color: 3679602.

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

Color convert

RGB1143756-
CMYK00.680.510.55
HSL345.19º50.99%29.61%-
HSV(B)345.19º67.54%44.71%-
XYZ8.315.194.3-
YUV62.19124.51164.96-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 55.07%
GREEN value IS 37 (14.84% from 255) = 17.87%
BLUE value IS 56 (22.27% from 255) = 27.05%
R=55.07%
G=17.87%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.51
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114375600.680.510.55345.1950.9929.61
Hex7225380443337159331e
Octal1624570010463675316336
Binary11100101001011110000100010011001111011110101100111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722538; }

 p { color: rgb(114,37,56); }

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

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

 a { background-color: rgb(114,37,56); }

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

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

 span { border-color: rgb(114,37,56); }

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