#76121A

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

Shades of Red Berry #76121A

Tints of Red Berry #76121A

Color information

#76121A (or 0x76121A) is unknown color: approx Red Berry. HEX triplet: 76, 12 and 1A. RGB value is (118,18,26). Sum of RGB (Red+Green+Blue) = 118+18+26=162 (21% of max value = 765). Red value is 118 (46.48% from 255 or 72.84% from 162); Green value is 18 (7.42% from 255 or 11.11% from 162); Blue value is 26 (10.55% from 255 or 16.05% from 162); Max value from RGB is 118 - color contains mainly: red. Hex color #76121A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76121A is #89EDE5. Grayscale: #303030. Windows color (decimal): -9039334 or 1708662. OLE color: 1708662.

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

Color convert

RGB1181826-
CMYK00.850.780.54
HSL355.2º73.53%26.67%-
HSV(B)355.2º84.75%46.27%-
XYZ7.874.361.4-
YUV48.81115.13177.35-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 72.84%
GREEN value IS 18 (7.42% from 255) = 11.11%
BLUE value IS 26 (10.55% from 255) = 16.05%
R=72.84%
G=11.11%
B=16.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118182600.850.780.54355.273.5326.67
Hex76121A0554E361634a1b
Octal166223201251166654311233
Binary11101101001011010010101011001110110110101100011100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76121A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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