#72161C

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

Shades of Red Berry #72161C

Tints of Red Berry #72161C

Color information

#72161C (or 0x72161C) is unknown color: approx Red Berry. HEX triplet: 72, 16 and 1C. RGB value is (114,22,28). Sum of RGB (Red+Green+Blue) = 114+22+28=164 (21% of max value = 765). Red value is 114 (44.92% from 255 or 69.51% from 164); Green value is 22 (8.98% from 255 or 13.41% from 164); Blue value is 28 (11.33% from 255 or 17.07% from 164); Max value from RGB is 114 - color contains mainly: red. Hex color #72161C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72161C is #8DE9E3. Grayscale: #323232. Windows color (decimal): -9300452 or 1840754. OLE color: 1840754.

HSL color Cylindrical-coordinate representation of color #72161C: hue angle of 356.09º 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 #72161C is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB1142228-
CMYK00.810.750.55
HSL356.09º67.65%26.67%-
HSV(B)356.09º80.7%44.71%-
XYZ7.444.241.52-
YUV50.19115.48173.51-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 69.51%
GREEN value IS 22 (8.98% from 255) = 13.41%
BLUE value IS 28 (11.33% from 255) = 17.07%
R=69.51%
G=13.41%
B=17.07%

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
Decimal114222800.810.750.55356.0967.6526.67
Hex72161C0514B37164441b
Octal162263401211136754410433
Binary11100101011011100010100011001011110111101100100100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72161C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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