#771E24

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

Shades of Red Berry #771E24

Tints of Red Berry #771E24

Color information

#771E24 (or 0x771E24) is unknown color: approx Red Berry. HEX triplet: 77, 1E and 24. RGB value is (119,30,36). Sum of RGB (Red+Green+Blue) = 119+30+36=185 (24% of max value = 765). Red value is 119 (46.88% from 255 or 64.32% from 185); Green value is 30 (12.11% from 255 or 16.22% from 185); Blue value is 36 (14.45% from 255 or 19.46% from 185); Max value from RGB is 119 - color contains mainly: red. Hex color #771E24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771E24 is #88E1DB. Grayscale: #393939. Windows color (decimal): -8970716 or 2367095. OLE color: 2367095.

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

Color convert

RGB1193036-
CMYK00.750.700.53
HSL355.96º59.73%29.22%-
HSV(B)355.96º74.79%46.67%-
XYZ8.394.982.19-
YUV57.29115.99172.01-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 64.32%
GREEN value IS 30 (12.11% from 255) = 16.22%
BLUE value IS 36 (14.45% from 255) = 19.46%
R=64.32%
G=16.22%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.70
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119303600.750.700.53355.9659.7329.22
Hex771E2404B46351643c1d
Octal16736440113106655447435
Binary11101111111010010001001011100011011010110110010011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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