#721A32

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

Shades of Claret #721A32

Tints of Claret #721A32

Color information

#721A32 (or 0x721A32) is unknown color: approx Claret. HEX triplet: 72, 1A and 32. RGB value is (114,26,50). Sum of RGB (Red+Green+Blue) = 114+26+50=190 (25% of max value = 765). Red value is 114 (44.92% from 255 or 60% from 190); Green value is 26 (10.55% from 255 or 13.68% from 190); Blue value is 50 (19.92% from 255 or 26.32% from 190); Max value from RGB is 114 - color contains mainly: red. Hex color #721A32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721A32 is #8DE5CD. Grayscale: #373737. Windows color (decimal): -9299406 or 3283570. OLE color: 3283570.

HSL color Cylindrical-coordinate representation of color #721A32: hue angle of 343.64º 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 #721A32 is Cyan = 0, Magento = 0.77, Yellow = 0.56 and Black (K on CMYK) = 0.55.

Color convert

RGB1142650-
CMYK00.770.560.55
HSL343.64º62.86%27.45%-
HSV(B)343.64º77.19%44.71%-
XYZ7.884.553.48-
YUV55.05125.15170.05-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 60%
GREEN value IS 26 (10.55% from 255) = 13.68%
BLUE value IS 50 (19.92% from 255) = 26.32%
R=60%
G=13.68%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.56
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114265000.770.560.55343.6462.8627.45
Hex721A3204D38371583f1b
Octal1623262011570675307733
Binary1110010110101100100100110111100011011110101100011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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