#72131D

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

Shades of Red Berry #72131D

Tints of Red Berry #72131D

Color information

#72131D (or 0x72131D) is unknown color: approx Red Berry. HEX triplet: 72, 13 and 1D. RGB value is (114,19,29). Sum of RGB (Red+Green+Blue) = 114+19+29=162 (21% of max value = 765). Red value is 114 (44.92% from 255 or 70.37% from 162); Green value is 19 (7.81% from 255 or 11.73% from 162); Blue value is 29 (11.72% from 255 or 17.90% from 162); Max value from RGB is 114 - color contains mainly: red. Hex color #72131D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72131D is #8DECE2. Grayscale: #303030. Windows color (decimal): -9301219 or 1905522. OLE color: 1905522.

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

Color convert

RGB1141929-
CMYK00.830.750.55
HSL353.68º71.43%26.08%-
HSV(B)353.68º83.33%44.71%-
XYZ7.394.131.57-
YUV48.54116.97174.69-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 70.37%
GREEN value IS 19 (7.81% from 255) = 11.73%
BLUE value IS 29 (11.72% from 255) = 17.90%
R=70.37%
G=11.73%
B=17.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114192900.830.750.55353.6871.4326.08
Hex72131D0534B37162471a
Octal162233501231136754210732
Binary11100101001111101010100111001011110111101100010100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72131D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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