#771127

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

Shades of Red Berry #771127

Tints of Red Berry #771127

Color information

#771127 (or 0x771127) is unknown color: approx Red Berry. HEX triplet: 77, 11 and 27. RGB value is (119,17,39). Sum of RGB (Red+Green+Blue) = 119+17+39=175 (23% of max value = 765). Red value is 119 (46.88% from 255 or 68% from 175); Green value is 17 (7.03% from 255 or 9.71% from 175); Blue value is 39 (15.62% from 255 or 22.29% from 175); Max value from RGB is 119 - color contains mainly: red. Hex color #771127 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771127 is #88EED8. Grayscale: #323232. Windows color (decimal): -8974041 or 2560375. OLE color: 2560375.

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

Color convert

RGB1191739-
CMYK00.860.670.53
HSL347.06º75%26.67%-
HSV(B)347.06º85.71%46.67%-
XYZ8.174.472.35-
YUV50.01121.79177.21-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 68%
GREEN value IS 17 (7.03% from 255) = 9.71%
BLUE value IS 39 (15.62% from 255) = 22.29%
R=68%
G=9.71%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119173900.860.670.53347.067526.67
Hex771127056433515b4b1b
Octal167214701261036553311333
Binary111011110001100111010101101000011110101101011011100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771127; }

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

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

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

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

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

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

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

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