#721A2E

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

Shades of Claret #721A2E

Tints of Claret #721A2E

Color information

#721A2E (or 0x721A2E) is unknown color: approx Claret. HEX triplet: 72, 1A and 2E. RGB value is (114,26,46). Sum of RGB (Red+Green+Blue) = 114+26+46=186 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.29% from 186); Green value is 26 (10.55% from 255 or 13.98% from 186); Blue value is 46 (18.36% from 255 or 24.73% from 186); Max value from RGB is 114 - color contains mainly: red. Hex color #721A2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721A2E is #8DE5D1. Grayscale: #363636. Windows color (decimal): -9299410 or 3021426. OLE color: 3021426.

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

Color convert

RGB1142646-
CMYK00.770.600.55
HSL346.36º62.86%27.45%-
HSV(B)346.36º77.19%44.71%-
XYZ7.84.513.04-
YUV54.59123.15170.37-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 61.29%
GREEN value IS 26 (10.55% from 255) = 13.98%
BLUE value IS 46 (18.36% from 255) = 24.73%
R=61.29%
G=13.98%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.60
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114264600.770.600.55346.3662.8627.45
Hex721A2E04D3C3715a3f1b
Octal1623256011574675327733
Binary1110010110101011100100110111110011011110101101011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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