#72161F

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

Shades of Red Berry #72161F

Tints of Red Berry #72161F

Color information

#72161F (or 0x72161F) is unknown color: approx Red Berry. HEX triplet: 72, 16 and 1F. RGB value is (114,22,31). Sum of RGB (Red+Green+Blue) = 114+22+31=167 (22% of max value = 765). Red value is 114 (44.92% from 255 or 68.26% from 167); Green value is 22 (8.98% from 255 or 13.17% from 167); Blue value is 31 (12.5% from 255 or 18.56% from 167); Max value from RGB is 114 - color contains mainly: red. Hex color #72161F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72161F is #8DE9E0. Grayscale: #323232. Windows color (decimal): -9300449 or 2037362. OLE color: 2037362.

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

Color convert

RGB1142231-
CMYK00.810.730.55
HSL354.13º67.65%26.67%-
HSV(B)354.13º80.7%44.71%-
XYZ7.474.251.72-
YUV50.53116.98173.27-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 68.26%
GREEN value IS 22 (8.98% from 255) = 13.17%
BLUE value IS 31 (12.5% from 255) = 18.56%
R=68.26%
G=13.17%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.73
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114223100.810.730.55354.1367.6526.67
Hex72161F0514937162441b
Octal162263701211116754210433
Binary11100101011011111010100011001001110111101100010100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72161F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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