#76132C

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

Shades of Red Berry #76132C

Tints of Red Berry #76132C

Color information

#76132C (or 0x76132C) is unknown color: approx Red Berry. HEX triplet: 76, 13 and 2C. RGB value is (118,19,44). Sum of RGB (Red+Green+Blue) = 118+19+44=181 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.19% from 181); Green value is 19 (7.81% from 255 or 10.50% from 181); Blue value is 44 (17.58% from 255 or 24.31% from 181); Max value from RGB is 118 - color contains mainly: red. Hex color #76132C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76132C is #89ECD3. Grayscale: #333333. Windows color (decimal): -9039060 or 2888566. OLE color: 2888566.

HSL color Cylindrical-coordinate representation of color #76132C: hue angle of 344.85º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #76132C is Cyan = 0, Magento = 0.84, Yellow = 0.63 and Black (K on CMYK) = 0.54.

Color convert

RGB1181944-
CMYK00.840.630.54
HSL344.85º72.26%26.86%-
HSV(B)344.85º83.9%46.27%-
XYZ8.164.52.82-
YUV51.45123.8175.47-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 65.19%
GREEN value IS 19 (7.81% from 255) = 10.50%
BLUE value IS 44 (17.58% from 255) = 24.31%
R=65.19%
G=10.50%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.63
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118194400.840.630.54344.8572.2626.86
Hex76132C0543F36159481b
Octal16623540124776653111033
Binary11101101001110110001010100111111110110101011001100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76132C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,19,44); }

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

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

 a { background-color: rgb(118,19,44); }

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

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

 span { border-color: rgb(118,19,44); }

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