#76112A

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

Shades of Red Berry #76112A

Tints of Red Berry #76112A

Color information

#76112A (or 0x76112A) is unknown color: approx Red Berry. HEX triplet: 76, 11 and 2A. RGB value is (118,17,42). Sum of RGB (Red+Green+Blue) = 118+17+42=177 (23% of max value = 765). Red value is 118 (46.48% from 255 or 66.67% from 177); Green value is 17 (7.03% from 255 or 9.60% from 177); Blue value is 42 (16.80% from 255 or 23.73% from 177); Max value from RGB is 118 - color contains mainly: red. Hex color #76112A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76112A is #89EED5. Grayscale: #323232. Windows color (decimal): -9039574 or 2756982. OLE color: 2756982.

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

Color convert

RGB1181742-
CMYK00.860.640.54
HSL345.15º74.81%26.47%-
HSV(B)345.15º85.59%46.27%-
XYZ8.094.422.62-
YUV50.05123.46176.47-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 66.67%
GREEN value IS 17 (7.03% from 255) = 9.60%
BLUE value IS 42 (16.80% from 255) = 23.73%
R=66.67%
G=9.60%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118174200.860.640.54345.1574.8126.47
Hex76112A05640361594b1a
Octal166215201261006653111332
Binary111011010001101010010101101000000110110101011001100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76112A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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