#771E22

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

Shades of Red Berry #771E22

Tints of Red Berry #771E22

Color information

#771E22 (or 0x771E22) is unknown color: approx Red Berry. HEX triplet: 77, 1E and 22. RGB value is (119,30,34). Sum of RGB (Red+Green+Blue) = 119+30+34=183 (24% of max value = 765). Red value is 119 (46.88% from 255 or 65.03% from 183); Green value is 30 (12.11% from 255 or 16.39% from 183); Blue value is 34 (13.67% from 255 or 18.58% from 183); Max value from RGB is 119 - color contains mainly: red. Hex color #771E22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771E22 is #88E1DD. Grayscale: #393939. Windows color (decimal): -8970718 or 2236023. OLE color: 2236023.

HSL color Cylindrical-coordinate representation of color #771E22: hue angle of 357.3º 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 #771E22 is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.53.

Color convert

RGB1193034-
CMYK00.750.710.53
HSL357.3º59.73%29.22%-
HSV(B)357.3º74.79%46.67%-
XYZ8.364.972.03-
YUV57.07114.99172.17-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 65.03%
GREEN value IS 30 (12.11% from 255) = 16.39%
BLUE value IS 34 (13.67% from 255) = 18.58%
R=65.03%
G=16.39%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.71
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119303400.750.710.53357.359.7329.22
Hex771E2204B47351653c1d
Octal16736420113107655457435
Binary11101111111010001001001011100011111010110110010111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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