#72181D

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

Shades of Red Berry #72181D

Tints of Red Berry #72181D

Color information

#72181D (or 0x72181D) is unknown color: approx Red Berry. HEX triplet: 72, 18 and 1D. RGB value is (114,24,29). Sum of RGB (Red+Green+Blue) = 114+24+29=167 (22% of max value = 765). Red value is 114 (44.92% from 255 or 68.26% from 167); Green value is 24 (9.77% from 255 or 14.37% from 167); Blue value is 29 (11.72% from 255 or 17.37% from 167); Max value from RGB is 114 - color contains mainly: red. Hex color #72181D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72181D is #8DE7E2. Grayscale: #333333. Windows color (decimal): -9299939 or 1906802. OLE color: 1906802.

HSL color Cylindrical-coordinate representation of color #72181D: hue angle of 356.67º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #72181D is Cyan = 0, Magento = 0.79, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB1142429-
CMYK00.790.750.55
HSL356.67º65.22%27.06%-
HSV(B)356.67º78.95%44.71%-
XYZ7.494.321.6-
YUV51.48115.32172.59-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 68.26%
GREEN value IS 24 (9.77% from 255) = 14.37%
BLUE value IS 29 (11.72% from 255) = 17.37%
R=68.26%
G=14.37%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114242900.790.750.55356.6765.2227.06
Hex72181D04F4B37165411b
Octal162303501171136754510133
Binary11100101100011101010011111001011110111101100101100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72181D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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