#72151F

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

Shades of Red Berry #72151F

Tints of Red Berry #72151F

Color information

#72151F (or 0x72151F) is unknown color: approx Red Berry. HEX triplet: 72, 15 and 1F. RGB value is (114,21,31). Sum of RGB (Red+Green+Blue) = 114+21+31=166 (21% of max value = 765). Red value is 114 (44.92% from 255 or 68.67% from 166); Green value is 21 (8.59% from 255 or 12.65% from 166); Blue value is 31 (12.5% from 255 or 18.67% from 166); Max value from RGB is 114 - color contains mainly: red. Hex color #72151F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72151F is #8DEAE0. Grayscale: #323232. Windows color (decimal): -9300705 or 2037106. OLE color: 2037106.

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

Color convert

RGB1142131-
CMYK00.820.730.55
HSL353.55º68.89%26.47%-
HSV(B)353.55º81.58%44.71%-
XYZ7.454.211.72-
YUV49.95117.31173.69-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 68.67%
GREEN value IS 21 (8.59% from 255) = 12.65%
BLUE value IS 31 (12.5% from 255) = 18.67%
R=68.67%
G=12.65%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.73
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114213100.820.730.55353.5568.8926.47
Hex72151F0524937162451a
Octal162253701221116754210532
Binary11100101010111111010100101001001110111101100010100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72151F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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