#721134

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

Shades of Claret #721134

Tints of Claret #721134

Color information

#721134 (or 0x721134) is unknown color: approx Claret. HEX triplet: 72, 11 and 34. RGB value is (114,17,52). Sum of RGB (Red+Green+Blue) = 114+17+52=183 (24% of max value = 765). Red value is 114 (44.92% from 255 or 62.30% from 183); Green value is 17 (7.03% from 255 or 9.29% from 183); Blue value is 52 (20.70% from 255 or 28.42% from 183); Max value from RGB is 114 - color contains mainly: red. Hex color #721134 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721134 is #8DEECB. Grayscale: #313131. Windows color (decimal): -9301708 or 3412338. OLE color: 3412338.

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

Color convert

RGB1141752-
CMYK00.850.540.55
HSL338.35º74.05%25.69%-
HSV(B)338.35º85.09%44.71%-
XYZ7.764.233.66-
YUV49.99129.14173.65-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 62.30%
GREEN value IS 17 (7.03% from 255) = 9.29%
BLUE value IS 52 (20.70% from 255) = 28.42%
R=62.30%
G=9.29%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114175200.850.540.55338.3574.0525.69
Hex72113405536371524a1a
Octal16221640125666752211232
Binary11100101000111010001010101110110110111101010010100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721134; }

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

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

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

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

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

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

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

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