#722338

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

Shades of Claret #722338

Tints of Claret #722338

Color information

#722338 (or 0x722338) is unknown color: approx Claret. HEX triplet: 72, 23 and 38. RGB value is (114,35,56). Sum of RGB (Red+Green+Blue) = 114+35+56=205 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.61% from 205); Green value is 35 (14.06% from 255 or 17.07% from 205); Blue value is 56 (22.27% from 255 or 27.32% from 205); Max value from RGB is 114 - color contains mainly: red. Hex color #722338 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722338 is #8DDCC7. Grayscale: #3D3D3D. Windows color (decimal): -9297096 or 3679090. OLE color: 3679090.

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

Color convert

RGB1143556-
CMYK00.690.510.55
HSL344.05º53.02%29.22%-
HSV(B)344.05º69.3%44.71%-
XYZ8.255.064.28-
YUV61.02125.17165.79-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 55.61%
GREEN value IS 35 (14.06% from 255) = 17.07%
BLUE value IS 56 (22.27% from 255) = 27.32%
R=55.61%
G=17.07%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.51
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114355600.690.510.55344.0553.0229.22
Hex7223380453337158351d
Octal1624370010563675306535
Binary11100101000111110000100010111001111011110101100011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722338; }

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

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

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

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

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

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

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

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