#722433

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

Shades of Claret #722433

Tints of Claret #722433

Color information

#722433 (or 0x722433) is unknown color: approx Claret. HEX triplet: 72, 24 and 33. RGB value is (114,36,51). Sum of RGB (Red+Green+Blue) = 114+36+51=201 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.72% from 201); Green value is 36 (14.45% from 255 or 17.91% from 201); Blue value is 51 (20.31% from 255 or 25.37% from 201); Max value from RGB is 114 - color contains mainly: red. Hex color #722433 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722433 is #8DDBCC. Grayscale: #3D3D3D. Windows color (decimal): -9296845 or 3351666. OLE color: 3351666.

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

Color convert

RGB1143651-
CMYK00.680.550.55
HSL348.46º52%29.41%-
HSV(B)348.46º68.42%44.71%-
XYZ8.175.083.68-
YUV61.03122.34165.78-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 56.72%
GREEN value IS 36 (14.45% from 255) = 17.91%
BLUE value IS 51 (20.31% from 255) = 25.37%
R=56.72%
G=17.91%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.55
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114365100.680.550.55348.465229.41
Hex722433044373715c341d
Octal1624463010467675346435
Binary11100101001001100110100010011011111011110101110011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722433; }

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

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

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

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

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

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

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

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