#72192D

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

Shades of Claret #72192D

Tints of Claret #72192D

Color information

#72192D (or 0x72192D) is unknown color: approx Claret. HEX triplet: 72, 19 and 2D. RGB value is (114,25,45). Sum of RGB (Red+Green+Blue) = 114+25+45=184 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.96% from 184); Green value is 25 (10.16% from 255 or 13.59% from 184); Blue value is 45 (17.97% from 255 or 24.46% from 184); Max value from RGB is 114 - color contains mainly: red. Hex color #72192D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72192D is #8DE6D2. Grayscale: #353535. Windows color (decimal): -9299667 or 2955634. OLE color: 2955634.

HSL color Cylindrical-coordinate representation of color #72192D: hue angle of 346.52º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #72192D is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB1142545-
CMYK00.780.610.55
HSL346.52º64.03%27.25%-
HSV(B)346.52º78.07%44.71%-
XYZ7.764.462.93-
YUV53.89122.99170.87-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 61.96%
GREEN value IS 25 (10.16% from 255) = 13.59%
BLUE value IS 45 (17.97% from 255) = 24.46%
R=61.96%
G=13.59%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114254500.780.610.55346.5264.0327.25
Hex72192D04E3D3715b401b
Octal16231550116756753310033
Binary11100101100110110101001110111101110111101011011100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72192D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72192D; }

 p { color: rgb(114,25,45); }

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

<style>
 a { background-color: #72192D; }

 a { background-color: rgb(114,25,45); }

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

<style>
 span { border-color: #72192D; }

 span { border-color: rgb(114,25,45); }

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