#72161D

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

Shades of Red Berry #72161D

Tints of Red Berry #72161D

Color information

#72161D (or 0x72161D) is unknown color: approx Red Berry. HEX triplet: 72, 16 and 1D. RGB value is (114,22,29). Sum of RGB (Red+Green+Blue) = 114+22+29=165 (21% of max value = 765). Red value is 114 (44.92% from 255 or 69.09% from 165); Green value is 22 (8.98% from 255 or 13.33% from 165); Blue value is 29 (11.72% from 255 or 17.58% from 165); Max value from RGB is 114 - color contains mainly: red. Hex color #72161D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72161D is #8DE9E2. Grayscale: #323232. Windows color (decimal): -9300451 or 1906290. OLE color: 1906290.

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

Color convert

RGB1142229-
CMYK00.810.750.55
HSL355.43º67.65%26.67%-
HSV(B)355.43º80.7%44.71%-
XYZ7.454.241.59-
YUV50.31115.98173.43-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 69.09%
GREEN value IS 22 (8.98% from 255) = 13.33%
BLUE value IS 29 (11.72% from 255) = 17.58%
R=69.09%
G=13.33%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114222900.810.750.55355.4367.6526.67
Hex72161D0514B37163441b
Octal162263501211136754310433
Binary11100101011011101010100011001011110111101100011100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72161D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,22,29); }

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

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

 a { background-color: rgb(114,22,29); }

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

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

 span { border-color: rgb(114,22,29); }

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