#721431

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

Shades of Claret #721431

Tints of Claret #721431

Color information

#721431 (or 0x721431) is unknown color: approx Claret. HEX triplet: 72, 14 and 31. RGB value is (114,20,49). Sum of RGB (Red+Green+Blue) = 114+20+49=183 (24% of max value = 765). Red value is 114 (44.92% from 255 or 62.30% from 183); Green value is 20 (8.20% from 255 or 10.93% from 183); Blue value is 49 (19.53% from 255 or 26.78% from 183); Max value from RGB is 114 - color contains mainly: red. Hex color #721431 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721431 is #8DEBCE. Grayscale: #333333. Windows color (decimal): -9300943 or 3216498. OLE color: 3216498.

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

Color convert

RGB1142049-
CMYK00.820.570.55
HSL341.49º70.15%26.27%-
HSV(B)341.49º82.46%44.71%-
XYZ7.744.33.33-
YUV51.41126.64172.64-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 62.30%
GREEN value IS 20 (8.20% from 255) = 10.93%
BLUE value IS 49 (19.53% from 255) = 26.78%
R=62.30%
G=10.93%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114204900.820.570.55341.4970.1526.27
Hex7214310523937155461a
Octal16224610122716752510632
Binary11100101010011000101010010111001110111101010101100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721431; }

 p { color: rgb(114,20,49); }

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

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

 a { background-color: rgb(114,20,49); }

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

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

 span { border-color: rgb(114,20,49); }

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