#72132B

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

Shades of Red Berry #72132B

Tints of Red Berry #72132B

Color information

#72132B (or 0x72132B) is unknown color: approx Red Berry. HEX triplet: 72, 13 and 2B. RGB value is (114,19,43). Sum of RGB (Red+Green+Blue) = 114+19+43=176 (23% of max value = 765). Red value is 114 (44.92% from 255 or 64.77% from 176); Green value is 19 (7.81% from 255 or 10.80% from 176); Blue value is 43 (17.19% from 255 or 24.43% from 176); Max value from RGB is 114 - color contains mainly: red. Hex color #72132B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72132B is #8DECD4. Grayscale: #323232. Windows color (decimal): -9301205 or 2823026. OLE color: 2823026.

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

Color convert

RGB1141943-
CMYK00.830.620.55
HSL344.84º71.43%26.08%-
HSV(B)344.84º83.33%44.71%-
XYZ7.614.222.7-
YUV50.14123.97173.55-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 64.77%
GREEN value IS 19 (7.81% from 255) = 10.80%
BLUE value IS 43 (17.19% from 255) = 24.43%
R=64.77%
G=10.80%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114194300.830.620.55344.8471.4326.08
Hex72132B0533E37159471a
Octal16223530123766753110732
Binary11100101001110101101010011111110110111101011001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72132B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72132B; }

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

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

<style>
 a { background-color: #72132B; }

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

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

<style>
 span { border-color: #72132B; }

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

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