#72181E

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

Shades of Red Berry #72181E

Tints of Red Berry #72181E

Color information

#72181E (or 0x72181E) is unknown color: approx Red Berry. HEX triplet: 72, 18 and 1E. RGB value is (114,24,30). Sum of RGB (Red+Green+Blue) = 114+24+30=168 (22% of max value = 765). Red value is 114 (44.92% from 255 or 67.86% from 168); Green value is 24 (9.77% from 255 or 14.29% from 168); Blue value is 30 (12.11% from 255 or 17.86% from 168); Max value from RGB is 114 - color contains mainly: red. Hex color #72181E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72181E is #8DE7E1. Grayscale: #333333. Windows color (decimal): -9299938 or 1972338. OLE color: 1972338.

HSL color Cylindrical-coordinate representation of color #72181E: hue angle of 356º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #72181E is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB1142430-
CMYK00.790.740.55
HSL356º65.22%27.06%-
HSV(B)356º78.95%44.71%-
XYZ7.54.321.67-
YUV51.59115.82172.51-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 67.86%
GREEN value IS 24 (9.77% from 255) = 14.29%
BLUE value IS 30 (12.11% from 255) = 17.86%
R=67.86%
G=14.29%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114243000.790.740.5535665.2227.06
Hex72181E04F4A37164411b
Octal162303601171126754410133
Binary11100101100011110010011111001010110111101100100100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72181E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72181E; }

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

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

<style>
 a { background-color: #72181E; }

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

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

<style>
 span { border-color: #72181E; }

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

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