#721E3A

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

Shades of Claret #721E3A

Tints of Claret #721E3A

Color information

#721E3A (or 0x721E3A) is unknown color: approx Claret. HEX triplet: 72, 1E and 3A. RGB value is (114,30,58). Sum of RGB (Red+Green+Blue) = 114+30+58=202 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.44% from 202); Green value is 30 (12.11% from 255 or 14.85% from 202); Blue value is 58 (23.05% from 255 or 28.71% from 202); Max value from RGB is 114 - color contains mainly: red. Hex color #721E3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721E3A is #8DE1C5. Grayscale: #3A3A3A. Windows color (decimal): -9298374 or 3808882. OLE color: 3808882.

HSL color Cylindrical-coordinate representation of color #721E3A: hue angle of 340º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #721E3A is Cyan = 0, Magento = 0.74, Yellow = 0.49 and Black (K on CMYK) = 0.55.

Color convert

RGB1143058-
CMYK00.740.490.55
HSL340º58.33%28.24%-
HSV(B)340º73.68%44.71%-
XYZ8.174.814.5-
YUV58.31127.83167.72-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 56.44%
GREEN value IS 30 (12.11% from 255) = 14.85%
BLUE value IS 58 (23.05% from 255) = 28.71%
R=56.44%
G=14.85%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.49
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114305800.740.490.5534058.3328.24
Hex721E3A04A31371543a1c
Octal1623672011261675247234
Binary1110010111101110100100101011000111011110101010011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,30,58); }

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

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

 a { background-color: rgb(114,30,58); }

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

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

 span { border-color: rgb(114,30,58); }

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