#76121D

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

Shades of Red Berry #76121D

Tints of Red Berry #76121D

Color information

#76121D (or 0x76121D) is unknown color: approx Red Berry. HEX triplet: 76, 12 and 1D. RGB value is (118,18,29). Sum of RGB (Red+Green+Blue) = 118+18+29=165 (21% of max value = 765). Red value is 118 (46.48% from 255 or 71.52% from 165); Green value is 18 (7.42% from 255 or 10.91% from 165); Blue value is 29 (11.72% from 255 or 17.58% from 165); Max value from RGB is 118 - color contains mainly: red. Hex color #76121D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76121D is #89EDE2. Grayscale: #313131. Windows color (decimal): -9039331 or 1905270. OLE color: 1905270.

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

Color convert

RGB1181829-
CMYK00.850.750.54
HSL353.4º73.53%26.67%-
HSV(B)353.4º84.75%46.27%-
XYZ7.914.371.59-
YUV49.15116.63177.11-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 71.52%
GREEN value IS 18 (7.42% from 255) = 10.91%
BLUE value IS 29 (11.72% from 255) = 17.58%
R=71.52%
G=10.91%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.75
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118182900.850.750.54353.473.5326.67
Hex76121D0554B361614a1b
Octal166223501251136654111233
Binary11101101001011101010101011001011110110101100001100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76121D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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