#771222

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

Shades of Red Berry #771222

Tints of Red Berry #771222

Color information

#771222 (or 0x771222) is unknown color: approx Red Berry. HEX triplet: 77, 12 and 22. RGB value is (119,18,34). Sum of RGB (Red+Green+Blue) = 119+18+34=171 (22% of max value = 765). Red value is 119 (46.88% from 255 or 69.59% from 171); Green value is 18 (7.42% from 255 or 10.53% from 171); Blue value is 34 (13.67% from 255 or 19.88% from 171); Max value from RGB is 119 - color contains mainly: red. Hex color #771222 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771222 is #88EDDD. Grayscale: #323232. Windows color (decimal): -8973790 or 2232951. OLE color: 2232951.

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

Color convert

RGB1191834-
CMYK00.850.710.53
HSL350.5º73.72%26.86%-
HSV(B)350.5º84.87%46.67%-
XYZ8.114.471.95-
YUV50.02118.96177.2-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 69.59%
GREEN value IS 18 (7.42% from 255) = 10.53%
BLUE value IS 34 (13.67% from 255) = 19.88%
R=69.59%
G=10.53%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.71
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119183400.850.710.53350.573.7226.86
Hex771222055473515e4a1b
Octal167224201251076553611233
Binary111011110010100010010101011000111110101101011110100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771222; }

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

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

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

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

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

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

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

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