#722133

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

Shades of Claret #722133

Tints of Claret #722133

Color information

#722133 (or 0x722133) is unknown color: approx Claret. HEX triplet: 72, 21 and 33. RGB value is (114,33,51). Sum of RGB (Red+Green+Blue) = 114+33+51=198 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.58% from 198); Green value is 33 (13.28% from 255 or 16.67% from 198); Blue value is 51 (20.31% from 255 or 25.76% from 198); Max value from RGB is 114 - color contains mainly: red. Hex color #722133 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722133 is #8DDECC. Grayscale: #3B3B3B. Windows color (decimal): -9297613 or 3350898. OLE color: 3350898.

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

Color convert

RGB1143351-
CMYK00.710.550.55
HSL346.67º55.1%28.82%-
HSV(B)346.67º71.05%44.71%-
XYZ8.084.93.65-
YUV59.27123.34167.04-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 57.58%
GREEN value IS 33 (13.28% from 255) = 16.67%
BLUE value IS 51 (20.31% from 255) = 25.76%
R=57.58%
G=16.67%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.55
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114335100.710.550.55346.6755.128.82
Hex722133047373715b371d
Octal1624163010767675336735
Binary11100101000011100110100011111011111011110101101111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722133; }

 p { color: rgb(114,33,51); }

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

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

 a { background-color: rgb(114,33,51); }

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

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

 span { border-color: rgb(114,33,51); }

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