#72171C

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

Shades of Red Berry #72171C

Tints of Red Berry #72171C

Color information

#72171C (or 0x72171C) is unknown color: approx Red Berry. HEX triplet: 72, 17 and 1C. RGB value is (114,23,28). Sum of RGB (Red+Green+Blue) = 114+23+28=165 (21% of max value = 765). Red value is 114 (44.92% from 255 or 69.09% from 165); Green value is 23 (9.38% from 255 or 13.94% from 165); Blue value is 28 (11.33% from 255 or 16.97% from 165); Max value from RGB is 114 - color contains mainly: red. Hex color #72171C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72171C is #8DE8E3. Grayscale: #323232. Windows color (decimal): -9300196 or 1841010. OLE color: 1841010.

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

Color convert

RGB1142328-
CMYK00.800.750.55
HSL356.7º66.42%26.86%-
HSV(B)356.7º79.82%44.71%-
XYZ7.464.271.53-
YUV50.78115.15173.09-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 69.09%
GREEN value IS 23 (9.38% from 255) = 13.94%
BLUE value IS 28 (11.33% from 255) = 16.97%
R=69.09%
G=13.94%
B=16.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114232800.800.750.55356.766.4226.86
Hex72171C0504B37165421b
Octal162273401201136754510233
Binary11100101011111100010100001001011110111101100101100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72171C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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