#771E21

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

Shades of Red Berry #771E21

Tints of Red Berry #771E21

Color information

#771E21 (or 0x771E21) is unknown color: approx Red Berry. HEX triplet: 77, 1E and 21. RGB value is (119,30,33). Sum of RGB (Red+Green+Blue) = 119+30+33=182 (24% of max value = 765). Red value is 119 (46.88% from 255 or 65.38% from 182); Green value is 30 (12.11% from 255 or 16.48% from 182); Blue value is 33 (13.28% from 255 or 18.13% from 182); Max value from RGB is 119 - color contains mainly: red. Hex color #771E21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771E21 is #88E1DE. Grayscale: #393939. Windows color (decimal): -8970719 or 2170487. OLE color: 2170487.

HSL color Cylindrical-coordinate representation of color #771E21: hue angle of 357.98º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #771E21 is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.53.

Color convert

RGB1193033-
CMYK00.750.720.53
HSL357.98º59.73%29.22%-
HSV(B)357.98º74.79%46.67%-
XYZ8.354.961.96-
YUV56.95114.49172.26-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 65.38%
GREEN value IS 30 (12.11% from 255) = 16.48%
BLUE value IS 33 (13.28% from 255) = 18.13%
R=65.38%
G=16.48%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.72
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119303300.750.720.53357.9859.7329.22
Hex771E2104B48351663c1d
Octal16736410113110655467435
Binary11101111111010000101001011100100011010110110011011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771E21; }

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

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

<style>
 a { background-color: #771E21; }

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

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

<style>
 span { border-color: #771E21; }

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

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