#77202D

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

Shades of Red Berry #77202D

Tints of Red Berry #77202D

Color information

#77202D (or 0x77202D) is unknown color: approx Red Berry. HEX triplet: 77, 20 and 2D. RGB value is (119,32,45). Sum of RGB (Red+Green+Blue) = 119+32+45=196 (25% of max value = 765). Red value is 119 (46.88% from 255 or 60.71% from 196); Green value is 32 (12.89% from 255 or 16.33% from 196); Blue value is 45 (17.97% from 255 or 22.96% from 196); Max value from RGB is 119 - color contains mainly: red. Hex color #77202D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77202D is #88DFD2. Grayscale: #3B3B3B. Windows color (decimal): -8970195 or 2957431. OLE color: 2957431.

HSL color Cylindrical-coordinate representation of color #77202D: hue angle of 351.03º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #77202D is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB1193245-
CMYK00.730.620.53
HSL351.03º57.62%29.61%-
HSV(B)351.03º73.11%46.67%-
XYZ8.65.143.02-
YUV59.5119.82170.44-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 60.71%
GREEN value IS 32 (12.89% from 255) = 16.33%
BLUE value IS 45 (17.97% from 255) = 22.96%
R=60.71%
G=16.33%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119324500.730.620.53351.0357.6229.61
Hex77202D0493E3515f3a1e
Octal1674055011176655377236
Binary11101111000001011010100100111111011010110101111111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77202D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77202D; }

 p { color: rgb(119,32,45); }

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

<style>
 a { background-color: #77202D; }

 a { background-color: rgb(119,32,45); }

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

<style>
 span { border-color: #77202D; }

 span { border-color: rgb(119,32,45); }

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