#72161E

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

Shades of Red Berry #72161E

Tints of Red Berry #72161E

Color information

#72161E (or 0x72161E) is unknown color: approx Red Berry. HEX triplet: 72, 16 and 1E. RGB value is (114,22,30). Sum of RGB (Red+Green+Blue) = 114+22+30=166 (21% of max value = 765). Red value is 114 (44.92% from 255 or 68.67% from 166); Green value is 22 (8.98% from 255 or 13.25% from 166); Blue value is 30 (12.11% from 255 or 18.07% from 166); Max value from RGB is 114 - color contains mainly: red. Hex color #72161E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72161E is #8DE9E1. Grayscale: #323232. Windows color (decimal): -9300450 or 1971826. OLE color: 1971826.

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

Color convert

RGB1142230-
CMYK00.810.740.55
HSL354.78º67.65%26.67%-
HSV(B)354.78º80.7%44.71%-
XYZ7.464.241.65-
YUV50.42116.48173.35-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 68.67%
GREEN value IS 22 (8.98% from 255) = 13.25%
BLUE value IS 30 (12.11% from 255) = 18.07%
R=68.67%
G=13.25%
B=18.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114223000.810.740.55354.7867.6526.67
Hex72161E0514A37163441b
Octal162263601211126754310433
Binary11100101011011110010100011001010110111101100011100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72161E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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