#76202C

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

Shades of Red Berry #76202C

Tints of Red Berry #76202C

Color information

#76202C (or 0x76202C) is unknown color: approx Red Berry. HEX triplet: 76, 20 and 2C. RGB value is (118,32,44). Sum of RGB (Red+Green+Blue) = 118+32+44=194 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.82% from 194); Green value is 32 (12.89% from 255 or 16.49% from 194); Blue value is 44 (17.58% from 255 or 22.68% from 194); Max value from RGB is 118 - color contains mainly: red. Hex color #76202C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76202C is #89DFD3. Grayscale: #3B3B3B. Windows color (decimal): -9035732 or 2891894. OLE color: 2891894.

HSL color Cylindrical-coordinate representation of color #76202C: hue angle of 351.63º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #76202C is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.54.

Color convert

RGB1183244-
CMYK00.730.630.54
HSL351.63º57.33%29.41%-
HSV(B)351.63º72.88%46.27%-
XYZ8.445.072.92-
YUV59.08119.49170.02-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 60.82%
GREEN value IS 32 (12.89% from 255) = 16.49%
BLUE value IS 44 (17.58% from 255) = 22.68%
R=60.82%
G=16.49%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.63
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118324400.730.630.54351.6357.3329.41
Hex76202C0493F36160391d
Octal1664054011177665407135
Binary11101101000001011000100100111111111011010110000011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76202C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76202C; }

 p { color: rgb(118,32,44); }

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

<style>
 a { background-color: #76202C; }

 a { background-color: rgb(118,32,44); }

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

<style>
 span { border-color: #76202C; }

 span { border-color: rgb(118,32,44); }

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