#76162A

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

Shades of Red Berry #76162A

Tints of Red Berry #76162A

Color information

#76162A (or 0x76162A) is unknown color: approx Red Berry. HEX triplet: 76, 16 and 2A. RGB value is (118,22,42). Sum of RGB (Red+Green+Blue) = 118+22+42=182 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.84% from 182); Green value is 22 (8.98% from 255 or 12.09% from 182); Blue value is 42 (16.80% from 255 or 23.08% from 182); Max value from RGB is 118 - color contains mainly: red. Hex color #76162A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76162A is #89E9D5. Grayscale: #343434. Windows color (decimal): -9038294 or 2758262. OLE color: 2758262.

HSL color Cylindrical-coordinate representation of color #76162A: hue angle of 347.5º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #76162A is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB1182242-
CMYK00.810.640.54
HSL347.5º68.57%27.45%-
HSV(B)347.5º81.36%46.27%-
XYZ8.184.592.65-
YUV52.98121.8174.37-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 64.84%
GREEN value IS 22 (8.98% from 255) = 12.09%
BLUE value IS 42 (16.80% from 255) = 23.08%
R=64.84%
G=12.09%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118224200.810.640.54347.568.5727.45
Hex76162A051403615c451b
Octal166265201211006653410533
Binary111011010110101010010100011000000110110101011100100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76162A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76162A; }

 p { color: rgb(118,22,42); }

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

<style>
 a { background-color: #76162A; }

 a { background-color: rgb(118,22,42); }

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

<style>
 span { border-color: #76162A; }

 span { border-color: rgb(118,22,42); }

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