#721A2F

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

Shades of Claret #721A2F

Tints of Claret #721A2F

Color information

#721A2F (or 0x721A2F) is unknown color: approx Claret. HEX triplet: 72, 1A and 2F. RGB value is (114,26,47). Sum of RGB (Red+Green+Blue) = 114+26+47=187 (24% of max value = 765). Red value is 114 (44.92% from 255 or 60.96% from 187); Green value is 26 (10.55% from 255 or 13.90% from 187); Blue value is 47 (18.75% from 255 or 25.13% from 187); Max value from RGB is 114 - color contains mainly: red. Hex color #721A2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721A2F is #8DE5D0. Grayscale: #363636. Windows color (decimal): -9299409 or 3086962. OLE color: 3086962.

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

Color convert

RGB1142647-
CMYK00.770.590.55
HSL345.68º62.86%27.45%-
HSV(B)345.68º77.19%44.71%-
XYZ7.824.523.15-
YUV54.71123.65170.29-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 60.96%
GREEN value IS 26 (10.55% from 255) = 13.90%
BLUE value IS 47 (18.75% from 255) = 25.13%
R=60.96%
G=13.90%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114264700.770.590.55345.6862.8627.45
Hex721A2F04D3B3715a3f1b
Octal1623257011573675327733
Binary1110010110101011110100110111101111011110101101011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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