#72171D

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

Shades of Red Berry #72171D

Tints of Red Berry #72171D

Color information

#72171D (or 0x72171D) is unknown color: approx Red Berry. HEX triplet: 72, 17 and 1D. RGB value is (114,23,29). Sum of RGB (Red+Green+Blue) = 114+23+29=166 (21% of max value = 765). Red value is 114 (44.92% from 255 or 68.67% from 166); Green value is 23 (9.38% from 255 or 13.86% from 166); Blue value is 29 (11.72% from 255 or 17.47% from 166); Max value from RGB is 114 - color contains mainly: red. Hex color #72171D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72171D is #8DE8E2. Grayscale: #323232. Windows color (decimal): -9300195 or 1906546. OLE color: 1906546.

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

Color convert

RGB1142329-
CMYK00.800.750.55
HSL356.04º66.42%26.86%-
HSV(B)356.04º79.82%44.71%-
XYZ7.474.281.59-
YUV50.89115.65173.01-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 68.67%
GREEN value IS 23 (9.38% from 255) = 13.86%
BLUE value IS 29 (11.72% from 255) = 17.47%
R=68.67%
G=13.86%
B=17.47%

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
Decimal114232900.800.750.55356.0466.4226.86
Hex72171D0504B37164421b
Octal162273501201136754410233
Binary11100101011111101010100001001011110111101100100100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72171D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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