#761112

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

Shades of Red Berry #761112

Tints of Red Berry #761112

Color information

#761112 (or 0x761112) is unknown color: approx Red Berry. HEX triplet: 76, 11 and 12. RGB value is (118,17,18). Sum of RGB (Red+Green+Blue) = 118+17+18=153 (20% of max value = 765). Red value is 118 (46.48% from 255 or 77.12% from 153); Green value is 17 (7.03% from 255 or 11.11% from 153); Blue value is 18 (7.42% from 255 or 11.76% from 153); Max value from RGB is 118 - color contains mainly: red. Hex color #761112 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761112 is #89EEED. Grayscale: #2F2F2F. Windows color (decimal): -9039598 or 1184118. OLE color: 1184118.

HSL color Cylindrical-coordinate representation of color #761112: hue angle of 359.41º 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 #761112 is Cyan = 0, Magento = 0.86, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB1181718-
CMYK00.860.850.54
HSL359.41º74.81%26.47%-
HSV(B)359.41º85.59%46.27%-
XYZ7.784.30.99-
YUV47.31111.46178.42-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 77.12%
GREEN value IS 17 (7.03% from 255) = 11.11%
BLUE value IS 18 (7.42% from 255) = 11.76%
R=77.12%
G=11.11%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.85
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118171800.860.850.54359.4174.8126.47
Hex76111205655361674b1a
Octal166212201261256654711332
Binary11101101000110010010101101010101110110101100111100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761112; }

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

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

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

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

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

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

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

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