#72131C

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

Shades of Red Berry #72131C

Tints of Red Berry #72131C

Color information

#72131C (or 0x72131C) is unknown color: approx Red Berry. HEX triplet: 72, 13 and 1C. RGB value is (114,19,28). Sum of RGB (Red+Green+Blue) = 114+19+28=161 (21% of max value = 765). Red value is 114 (44.92% from 255 or 70.81% from 161); Green value is 19 (7.81% from 255 or 11.80% from 161); Blue value is 28 (11.33% from 255 or 17.39% from 161); Max value from RGB is 114 - color contains mainly: red. Hex color #72131C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72131C is #8DECE3. Grayscale: #303030. Windows color (decimal): -9301220 or 1839986. OLE color: 1839986.

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

Color convert

RGB1141928-
CMYK00.830.750.55
HSL354.32º71.43%26.08%-
HSV(B)354.32º83.33%44.71%-
XYZ7.384.131.51-
YUV48.43116.47174.77-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 70.81%
GREEN value IS 19 (7.81% from 255) = 11.80%
BLUE value IS 28 (11.33% from 255) = 17.39%
R=70.81%
G=11.80%
B=17.39%

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
Decimal114192800.830.750.55354.3271.4326.08
Hex72131C0534B37162471a
Octal162233401231136754210732
Binary11100101001111100010100111001011110111101100010100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72131C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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