#722938

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

Shades of Claret #722938

Tints of Claret #722938

Color information

#722938 (or 0x722938) is unknown color: approx Claret. HEX triplet: 72, 29 and 38. RGB value is (114,41,56). Sum of RGB (Red+Green+Blue) = 114+41+56=211 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.03% from 211); Green value is 41 (16.41% from 255 or 19.43% from 211); Blue value is 56 (22.27% from 255 or 26.54% from 211); Max value from RGB is 114 - color contains mainly: red. Hex color #722938 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722938 is #8DD6C7. Grayscale: #404040. Windows color (decimal): -9295560 or 3680626. OLE color: 3680626.

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

Color convert

RGB1144156-
CMYK00.640.510.55
HSL347.67º47.1%30.39%-
HSV(B)347.67º64.04%44.71%-
XYZ8.455.454.35-
YUV64.54123.18163.28-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 54.03%
GREEN value IS 41 (16.41% from 255) = 19.43%
BLUE value IS 56 (22.27% from 255) = 26.54%
R=54.03%
G=19.43%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.51
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114415600.640.510.55347.6747.130.39
Hex722938040333715c2f1e
Octal1625170010063675345736
Binary11100101010011110000100000011001111011110101110010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722938; }

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

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

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

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

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

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

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

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