#76171E

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

Shades of Red Berry #76171E

Tints of Red Berry #76171E

Color information

#76171E (or 0x76171E) is unknown color: approx Red Berry. HEX triplet: 76, 17 and 1E. RGB value is (118,23,30). Sum of RGB (Red+Green+Blue) = 118+23+30=171 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.01% from 171); Green value is 23 (9.38% from 255 or 13.45% from 171); Blue value is 30 (12.11% from 255 or 17.54% from 171); Max value from RGB is 118 - color contains mainly: red. Hex color #76171E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76171E is #89E8E1. Grayscale: #343434. Windows color (decimal): -9038050 or 1972086. OLE color: 1972086.

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

Color convert

RGB1182330-
CMYK00.810.750.54
HSL355.58º67.38%27.65%-
HSV(B)355.58º80.51%46.27%-
XYZ8.014.561.69-
YUV52.2115.47174.93-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 69.01%
GREEN value IS 23 (9.38% from 255) = 13.45%
BLUE value IS 30 (12.11% from 255) = 17.54%
R=69.01%
G=13.45%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.75
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118233000.810.750.54355.5867.3827.65
Hex76171E0514B36164431c
Octal166273601211136654410334
Binary11101101011111110010100011001011110110101100100100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76171E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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