#76181E

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

Shades of Red Berry #76181E

Tints of Red Berry #76181E

Color information

#76181E (or 0x76181E) is unknown color: approx Red Berry. HEX triplet: 76, 18 and 1E. RGB value is (118,24,30). Sum of RGB (Red+Green+Blue) = 118+24+30=172 (22% of max value = 765). Red value is 118 (46.48% from 255 or 68.60% from 172); Green value is 24 (9.77% from 255 or 13.95% from 172); Blue value is 30 (12.11% from 255 or 17.44% from 172); Max value from RGB is 118 - color contains mainly: red. Hex color #76181E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76181E is #89E7E1. Grayscale: #343434. Windows color (decimal): -9037794 or 1972342. OLE color: 1972342.

HSL color Cylindrical-coordinate representation of color #76181E: hue angle of 356.17º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #76181E is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB1182430-
CMYK00.800.750.54
HSL356.17º66.2%27.84%-
HSV(B)356.17º79.66%46.27%-
XYZ8.034.61.69-
YUV52.79115.14174.51-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 68.60%
GREEN value IS 24 (9.77% from 255) = 13.95%
BLUE value IS 30 (12.11% from 255) = 17.44%
R=68.60%
G=13.95%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.75
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118243000.800.750.54356.1766.227.84
Hex76181E0504B36164421c
Octal166303601201136654410234
Binary11101101100011110010100001001011110110101100100100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76181E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76181E; }

 p { color: rgb(118,24,30); }

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

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

 a { background-color: rgb(118,24,30); }

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

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

 span { border-color: rgb(118,24,30); }

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