#76111B

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

Shades of Red Berry #76111B

Tints of Red Berry #76111B

Color information

#76111B (or 0x76111B) is unknown color: approx Red Berry. HEX triplet: 76, 11 and 1B. RGB value is (118,17,27). Sum of RGB (Red+Green+Blue) = 118+17+27=162 (21% of max value = 765). Red value is 118 (46.48% from 255 or 72.84% from 162); Green value is 17 (7.03% from 255 or 10.49% from 162); Blue value is 27 (10.94% from 255 or 16.67% from 162); Max value from RGB is 118 - color contains mainly: red. Hex color #76111B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76111B is #89EEE4. Grayscale: #303030. Windows color (decimal): -9039589 or 1773942. OLE color: 1773942.

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

Color convert

RGB1181727-
CMYK00.860.770.54
HSL354.06º74.81%26.47%-
HSV(B)354.06º85.59%46.27%-
XYZ7.874.331.46-
YUV48.34115.96177.69-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 72.84%
GREEN value IS 17 (7.03% from 255) = 10.49%
BLUE value IS 27 (10.94% from 255) = 16.67%
R=72.84%
G=10.49%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.77
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118172700.860.770.54354.0674.8126.47
Hex76111B0564D361624b1a
Octal166213301261156654211332
Binary11101101000111011010101101001101110110101100010100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76111B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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