#722134

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

Shades of Claret #722134

Tints of Claret #722134

Color information

#722134 (or 0x722134) is unknown color: approx Claret. HEX triplet: 72, 21 and 34. RGB value is (114,33,52). Sum of RGB (Red+Green+Blue) = 114+33+52=199 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.29% from 199); Green value is 33 (13.28% from 255 or 16.58% from 199); Blue value is 52 (20.70% from 255 or 26.13% from 199); Max value from RGB is 114 - color contains mainly: red. Hex color #722134 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722134 is #8DDECB. Grayscale: #3B3B3B. Windows color (decimal): -9297612 or 3416434. OLE color: 3416434.

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

Color convert

RGB1143352-
CMYK00.710.540.55
HSL345.93º55.1%28.82%-
HSV(B)345.93º71.05%44.71%-
XYZ8.14.913.77-
YUV59.38123.84166.96-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 57.29%
GREEN value IS 33 (13.28% from 255) = 16.58%
BLUE value IS 52 (20.70% from 255) = 26.13%
R=57.29%
G=16.58%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114335200.710.540.55345.9355.128.82
Hex722134047363715a371d
Octal1624164010766675326735
Binary11100101000011101000100011111011011011110101101011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722134; }

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

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

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

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

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

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

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

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