#722330

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

Shades of Claret #722330

Tints of Claret #722330

Color information

#722330 (or 0x722330) is unknown color: approx Claret. HEX triplet: 72, 23 and 30. RGB value is (114,35,48). Sum of RGB (Red+Green+Blue) = 114+35+48=197 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.87% from 197); Green value is 35 (14.06% from 255 or 17.77% from 197); Blue value is 48 (19.14% from 255 or 24.37% from 197); Max value from RGB is 114 - color contains mainly: red. Hex color #722330 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722330 is #8DDCCF. Grayscale: #3C3C3C. Windows color (decimal): -9297104 or 3154802. OLE color: 3154802.

HSL color Cylindrical-coordinate representation of color #722330: hue angle of 350.13º 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 #722330 is Cyan = 0, Magento = 0.69, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB1143548-
CMYK00.690.580.55
HSL350.13º53.02%29.22%-
HSV(B)350.13º69.3%44.71%-
XYZ8.074.993.33-
YUV60.1121.17166.44-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 57.87%
GREEN value IS 35 (14.06% from 255) = 17.77%
BLUE value IS 48 (19.14% from 255) = 24.37%
R=57.87%
G=17.77%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114354800.690.580.55350.1353.0229.22
Hex7223300453A3715e351d
Octal1624360010572675366535
Binary11100101000111100000100010111101011011110101111011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722330; }

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

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

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

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

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

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

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

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