#781127

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

Shades of Red Berry #781127

Tints of Red Berry #781127

Color information

#781127 (or 0x781127) is unknown color: approx Red Berry. HEX triplet: 78, 11 and 27. RGB value is (120,17,39). Sum of RGB (Red+Green+Blue) = 120+17+39=176 (23% of max value = 765). Red value is 120 (47.27% from 255 or 68.18% from 176); Green value is 17 (7.03% from 255 or 9.66% from 176); Blue value is 39 (15.62% from 255 or 22.16% from 176); Max value from RGB is 120 - color contains mainly: red. Hex color #781127 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781127 is #87EED8. Grayscale: #323232. Windows color (decimal): -8908505 or 2560376. OLE color: 2560376.

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

Color convert

RGB1201739-
CMYK00.860.670.53
HSL347.18º75.18%26.86%-
HSV(B)347.18º85.83%47.06%-
XYZ8.314.542.36-
YUV50.3121.62177.71-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 68.18%
GREEN value IS 17 (7.03% from 255) = 9.66%
BLUE value IS 39 (15.62% from 255) = 22.16%
R=68.18%
G=9.66%
B=22.16%

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
Decimal120173900.860.670.53347.1875.1826.86
Hex781127056433515b4b1b
Octal170214701261036553311333
Binary111100010001100111010101101000011110101101011011100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781127; }

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

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

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

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

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

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

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

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