#771224

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

Shades of Red Berry #771224

Tints of Red Berry #771224

Color information

#771224 (or 0x771224) is unknown color: approx Red Berry. HEX triplet: 77, 12 and 24. RGB value is (119,18,36). Sum of RGB (Red+Green+Blue) = 119+18+36=173 (22% of max value = 765). Red value is 119 (46.88% from 255 or 68.79% from 173); Green value is 18 (7.42% from 255 or 10.40% from 173); Blue value is 36 (14.45% from 255 or 20.81% from 173); Max value from RGB is 119 - color contains mainly: red. Hex color #771224 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771224 is #88EDDB. Grayscale: #323232. Windows color (decimal): -8973788 or 2364023. OLE color: 2364023.

HSL color Cylindrical-coordinate representation of color #771224: hue angle of 349.31º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #771224 is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.53.

Color convert

RGB1191836-
CMYK00.850.700.53
HSL349.31º73.72%26.86%-
HSV(B)349.31º84.87%46.67%-
XYZ8.144.482.11-
YUV50.25119.96177.04-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 68.79%
GREEN value IS 18 (7.42% from 255) = 10.40%
BLUE value IS 36 (14.45% from 255) = 20.81%
R=68.79%
G=10.40%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.70
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119183600.850.700.53349.3173.7226.86
Hex771224055463515d4a1b
Octal167224401251066553511233
Binary111011110010100100010101011000110110101101011101100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771224; }

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

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

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

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

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

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

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

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