#72151E

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

Shades of Red Berry #72151E

Tints of Red Berry #72151E

Color information

#72151E (or 0x72151E) is unknown color: approx Red Berry. HEX triplet: 72, 15 and 1E. RGB value is (114,21,30). Sum of RGB (Red+Green+Blue) = 114+21+30=165 (21% of max value = 765). Red value is 114 (44.92% from 255 or 69.09% from 165); Green value is 21 (8.59% from 255 or 12.73% from 165); Blue value is 30 (12.11% from 255 or 18.18% from 165); Max value from RGB is 114 - color contains mainly: red. Hex color #72151E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72151E is #8DEAE1. Grayscale: #313131. Windows color (decimal): -9300706 or 1971570. OLE color: 1971570.

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

Color convert

RGB1142130-
CMYK00.820.740.55
HSL354.19º68.89%26.47%-
HSV(B)354.19º81.58%44.71%-
XYZ7.444.211.65-
YUV49.83116.81173.77-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 69.09%
GREEN value IS 21 (8.59% from 255) = 12.73%
BLUE value IS 30 (12.11% from 255) = 18.18%
R=69.09%
G=12.73%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114213000.820.740.55354.1968.8926.47
Hex72151E0524A37162451a
Octal162253601221126754210532
Binary11100101010111110010100101001010110111101100010100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72151E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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