#771123

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

Shades of Red Berry #771123

Tints of Red Berry #771123

Color information

#771123 (or 0x771123) is unknown color: approx Red Berry. HEX triplet: 77, 11 and 23. RGB value is (119,17,35). Sum of RGB (Red+Green+Blue) = 119+17+35=171 (22% of max value = 765). Red value is 119 (46.88% from 255 or 69.59% from 171); Green value is 17 (7.03% from 255 or 9.94% from 171); Blue value is 35 (14.06% from 255 or 20.47% from 171); Max value from RGB is 119 - color contains mainly: red. Hex color #771123 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771123 is #88EEDC. Grayscale: #313131. Windows color (decimal): -8974045 or 2298231. OLE color: 2298231.

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

Color convert

RGB1191735-
CMYK00.860.710.53
HSL349.41º75%26.67%-
HSV(B)349.41º85.71%46.67%-
XYZ8.114.442.02-
YUV49.55119.79177.54-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 69.59%
GREEN value IS 17 (7.03% from 255) = 9.94%
BLUE value IS 35 (14.06% from 255) = 20.47%
R=69.59%
G=9.94%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.71
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119173500.860.710.53349.417526.67
Hex771123056473515d4b1b
Octal167214301261076553511333
Binary111011110001100011010101101000111110101101011101100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771123; }

 p { color: rgb(119,17,35); }

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

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

 a { background-color: rgb(119,17,35); }

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

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

 span { border-color: rgb(119,17,35); }

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