#72192B

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

Shades of Red Berry #72192B

Tints of Red Berry #72192B

Color information

#72192B (or 0x72192B) is unknown color: approx Red Berry. HEX triplet: 72, 19 and 2B. RGB value is (114,25,43). Sum of RGB (Red+Green+Blue) = 114+25+43=182 (24% of max value = 765). Red value is 114 (44.92% from 255 or 62.64% from 182); Green value is 25 (10.16% from 255 or 13.74% from 182); Blue value is 43 (17.19% from 255 or 23.63% from 182); Max value from RGB is 114 - color contains mainly: red. Hex color #72192B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72192B is #8DE6D4. Grayscale: #353535. Windows color (decimal): -9299669 or 2824562. OLE color: 2824562.

HSL color Cylindrical-coordinate representation of color #72192B: hue angle of 347.87º 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 #72192B is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB1142543-
CMYK00.780.620.55
HSL347.87º64.03%27.25%-
HSV(B)347.87º78.07%44.71%-
XYZ7.724.452.74-
YUV53.66121.99171.04-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 62.64%
GREEN value IS 25 (10.16% from 255) = 13.74%
BLUE value IS 43 (17.19% from 255) = 23.63%
R=62.64%
G=13.74%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114254300.780.620.55347.8764.0327.25
Hex72192B04E3E3715c401b
Octal16231530116766753410033
Binary11100101100110101101001110111110110111101011100100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72192B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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