#72171B

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

Shades of Red Berry #72171B

Tints of Red Berry #72171B

Color information

#72171B (or 0x72171B) is unknown color: approx Red Berry. HEX triplet: 72, 17 and 1B. RGB value is (114,23,27). Sum of RGB (Red+Green+Blue) = 114+23+27=164 (21% of max value = 765). Red value is 114 (44.92% from 255 or 69.51% from 164); Green value is 23 (9.38% from 255 or 14.02% from 164); Blue value is 27 (10.94% from 255 or 16.46% from 164); Max value from RGB is 114 - color contains mainly: red. Hex color #72171B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72171B is #8DE8E4. Grayscale: #323232. Windows color (decimal): -9300197 or 1775474. OLE color: 1775474.

HSL color Cylindrical-coordinate representation of color #72171B: hue angle of 357.36º 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 #72171B is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB1142327-
CMYK00.800.760.55
HSL357.36º66.42%26.86%-
HSV(B)357.36º79.82%44.71%-
XYZ7.444.271.47-
YUV50.66114.65173.17-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 69.51%
GREEN value IS 23 (9.38% from 255) = 14.02%
BLUE value IS 27 (10.94% from 255) = 16.46%
R=69.51%
G=14.02%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.76
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114232700.800.760.55357.3666.4226.86
Hex72171B0504C37165421b
Octal162273301201146754510233
Binary11100101011111011010100001001100110111101100101100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72171B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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