#72171E

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

Shades of Red Berry #72171E

Tints of Red Berry #72171E

Color information

#72171E (or 0x72171E) is unknown color: approx Red Berry. HEX triplet: 72, 17 and 1E. RGB value is (114,23,30). Sum of RGB (Red+Green+Blue) = 114+23+30=167 (22% of max value = 765). Red value is 114 (44.92% from 255 or 68.26% from 167); Green value is 23 (9.38% from 255 or 13.77% from 167); Blue value is 30 (12.11% from 255 or 17.96% from 167); Max value from RGB is 114 - color contains mainly: red. Hex color #72171E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72171E is #8DE8E1. Grayscale: #333333. Windows color (decimal): -9300194 or 1972082. OLE color: 1972082.

HSL color Cylindrical-coordinate representation of color #72171E: hue angle of 355.38º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #72171E is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB1142330-
CMYK00.800.740.55
HSL355.38º66.42%26.86%-
HSV(B)355.38º79.82%44.71%-
XYZ7.484.281.66-
YUV51.01116.15172.93-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 68.26%
GREEN value IS 23 (9.38% from 255) = 13.77%
BLUE value IS 30 (12.11% from 255) = 17.96%
R=68.26%
G=13.77%
B=17.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114233000.800.740.55355.3866.4226.86
Hex72171E0504A37163421b
Octal162273601201126754310233
Binary11100101011111110010100001001010110111101100011100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72171E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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