#722638

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

Shades of Claret #722638

Tints of Claret #722638

Color information

#722638 (or 0x722638) is unknown color: approx Claret. HEX triplet: 72, 26 and 38. RGB value is (114,38,56). Sum of RGB (Red+Green+Blue) = 114+38+56=208 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.81% from 208); Green value is 38 (15.23% from 255 or 18.27% from 208); Blue value is 56 (22.27% from 255 or 26.92% from 208); Max value from RGB is 114 - color contains mainly: red. Hex color #722638 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722638 is #8DD9C7. Grayscale: #3E3E3E. Windows color (decimal): -9296328 or 3679858. OLE color: 3679858.

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

Color convert

RGB1143856-
CMYK00.670.510.55
HSL345.79º50%29.8%-
HSV(B)345.79º66.67%44.71%-
XYZ8.355.254.31-
YUV62.78124.18164.54-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 54.81%
GREEN value IS 38 (15.23% from 255) = 18.27%
BLUE value IS 56 (22.27% from 255) = 26.92%
R=54.81%
G=18.27%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.51
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114385600.670.510.55345.795029.8
Hex722638043333715a321e
Octal1624670010363675326236
Binary11100101001101110000100001111001111011110101101011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722638; }

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

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

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

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

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

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

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

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