#722038

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

Shades of Claret #722038

Tints of Claret #722038

Color information

#722038 (or 0x722038) is unknown color: approx Claret. HEX triplet: 72, 20 and 38. RGB value is (114,32,56). Sum of RGB (Red+Green+Blue) = 114+32+56=202 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.44% from 202); Green value is 32 (12.89% from 255 or 15.84% from 202); Blue value is 56 (22.27% from 255 or 27.72% from 202); Max value from RGB is 114 - color contains mainly: red. Hex color #722038 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722038 is #8DDFC7. Grayscale: #3B3B3B. Windows color (decimal): -9297864 or 3678322. OLE color: 3678322.

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

Color convert

RGB1143256-
CMYK00.720.510.55
HSL342.44º56.16%28.63%-
HSV(B)342.44º71.93%44.71%-
XYZ8.174.94.26-
YUV59.25126.17167.05-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 56.44%
GREEN value IS 32 (12.89% from 255) = 15.84%
BLUE value IS 56 (22.27% from 255) = 27.72%
R=56.44%
G=15.84%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.51
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114325600.720.510.55342.4456.1628.63
Hex7220380483337156381d
Octal1624070011063675267035
Binary11100101000001110000100100011001111011110101011011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722038; }

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

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

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

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

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

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

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

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