#77212A

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

Shades of Red Berry #77212A

Tints of Red Berry #77212A

Color information

#77212A (or 0x77212A) is unknown color: approx Red Berry. HEX triplet: 77, 21 and 2A. RGB value is (119,33,42). Sum of RGB (Red+Green+Blue) = 119+33+42=194 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.34% from 194); Green value is 33 (13.28% from 255 or 17.01% from 194); Blue value is 42 (16.80% from 255 or 21.65% from 194); Max value from RGB is 119 - color contains mainly: red. Hex color #77212A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77212A is #88DED5. Grayscale: #3B3B3B. Windows color (decimal): -8969942 or 2761079. OLE color: 2761079.

HSL color Cylindrical-coordinate representation of color #77212A: hue angle of 353.72º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #77212A is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.53.

Color convert

RGB1193342-
CMYK00.720.650.53
HSL353.72º56.58%29.8%-
HSV(B)353.72º72.27%46.67%-
XYZ8.575.182.74-
YUV59.74117.99170.27-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 61.34%
GREEN value IS 33 (13.28% from 255) = 17.01%
BLUE value IS 42 (16.80% from 255) = 21.65%
R=61.34%
G=17.01%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119334200.720.650.53353.7256.5829.8
Hex77212A0484135162391e
Octal16741520110101655427136
Binary111011110000110101001001000100000111010110110001011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77212A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,33,42); }

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

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

 a { background-color: rgb(119,33,42); }

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

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

 span { border-color: rgb(119,33,42); }

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