#76202A

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

Shades of Red Berry #76202A

Tints of Red Berry #76202A

Color information

#76202A (or 0x76202A) is unknown color: approx Red Berry. HEX triplet: 76, 20 and 2A. RGB value is (118,32,42). Sum of RGB (Red+Green+Blue) = 118+32+42=192 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.46% from 192); Green value is 32 (12.89% from 255 or 16.67% from 192); Blue value is 42 (16.80% from 255 or 21.88% from 192); Max value from RGB is 118 - color contains mainly: red. Hex color #76202A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76202A is #89DFD5. Grayscale: #3A3A3A. Windows color (decimal): -9035734 or 2760822. OLE color: 2760822.

HSL color Cylindrical-coordinate representation of color #76202A: hue angle of 353.02º 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 #76202A is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB1183242-
CMYK00.730.640.54
HSL353.02º57.33%29.41%-
HSV(B)353.02º72.88%46.27%-
XYZ8.415.052.72-
YUV58.85118.49170.19-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 61.46%
GREEN value IS 32 (12.89% from 255) = 16.67%
BLUE value IS 42 (16.80% from 255) = 21.88%
R=61.46%
G=16.67%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118324200.730.640.54353.0257.3329.41
Hex76202A0494036161391d
Octal16640520111100665417135
Binary111011010000010101001001001100000011011010110000111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76202A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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