#721A31

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

Shades of Claret #721A31

Tints of Claret #721A31

Color information

#721A31 (or 0x721A31) is unknown color: approx Claret. HEX triplet: 72, 1A and 31. RGB value is (114,26,49). Sum of RGB (Red+Green+Blue) = 114+26+49=189 (25% of max value = 765). Red value is 114 (44.92% from 255 or 60.32% from 189); Green value is 26 (10.55% from 255 or 13.76% from 189); Blue value is 49 (19.53% from 255 or 25.93% from 189); Max value from RGB is 114 - color contains mainly: red. Hex color #721A31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721A31 is #8DE5CE. Grayscale: #363636. Windows color (decimal): -9299407 or 3218034. OLE color: 3218034.

HSL color Cylindrical-coordinate representation of color #721A31: hue angle of 344.32º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #721A31 is Cyan = 0, Magento = 0.77, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB1142649-
CMYK00.770.570.55
HSL344.32º62.86%27.45%-
HSV(B)344.32º77.19%44.71%-
XYZ7.864.543.37-
YUV54.93124.65170.13-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 60.32%
GREEN value IS 26 (10.55% from 255) = 13.76%
BLUE value IS 49 (19.53% from 255) = 25.93%
R=60.32%
G=13.76%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114264900.770.570.55344.3262.8627.45
Hex721A3104D39371583f1b
Octal1623261011571675307733
Binary1110010110101100010100110111100111011110101100011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721A31; }

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

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

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

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

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

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

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

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