#721A33

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

Shades of Claret #721A33

Tints of Claret #721A33

Color information

#721A33 (or 0x721A33) is unknown color: approx Claret. HEX triplet: 72, 1A and 33. RGB value is (114,26,51). Sum of RGB (Red+Green+Blue) = 114+26+51=191 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.69% from 191); Green value is 26 (10.55% from 255 or 13.61% from 191); Blue value is 51 (20.31% from 255 or 26.70% from 191); Max value from RGB is 114 - color contains mainly: red. Hex color #721A33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721A33 is #8DE5CC. Grayscale: #373737. Windows color (decimal): -9299405 or 3349106. OLE color: 3349106.

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

Color convert

RGB1142651-
CMYK00.770.550.55
HSL342.95º62.86%27.45%-
HSV(B)342.95º77.19%44.71%-
XYZ7.914.563.59-
YUV55.16125.65169.97-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 59.69%
GREEN value IS 26 (10.55% from 255) = 13.61%
BLUE value IS 51 (20.31% from 255) = 26.70%
R=59.69%
G=13.61%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.55
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114265100.770.550.55342.9562.8627.45
Hex721A3304D37371573f1b
Octal1623263011567675277733
Binary1110010110101100110100110111011111011110101011111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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