#76202B

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

Shades of Red Berry #76202B

Tints of Red Berry #76202B

Color information

#76202B (or 0x76202B) is unknown color: approx Red Berry. HEX triplet: 76, 20 and 2B. RGB value is (118,32,43). Sum of RGB (Red+Green+Blue) = 118+32+43=193 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.14% from 193); Green value is 32 (12.89% from 255 or 16.58% from 193); Blue value is 43 (17.19% from 255 or 22.28% from 193); Max value from RGB is 118 - color contains mainly: red. Hex color #76202B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76202B is #89DFD4. Grayscale: #3B3B3B. Windows color (decimal): -9035733 or 2826358. OLE color: 2826358.

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

Color convert

RGB1183243-
CMYK00.730.640.54
HSL352.33º57.33%29.41%-
HSV(B)352.33º72.88%46.27%-
XYZ8.425.062.82-
YUV58.97118.99170.11-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 61.14%
GREEN value IS 32 (12.89% from 255) = 16.58%
BLUE value IS 43 (17.19% from 255) = 22.28%
R=61.14%
G=16.58%
B=22.28%

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
Decimal118324300.730.640.54352.3357.3329.41
Hex76202B0494036160391d
Octal16640530111100665407135
Binary111011010000010101101001001100000011011010110000011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76202B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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