#781129

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

Shades of Red Berry #781129

Tints of Red Berry #781129

Color information

#781129 (or 0x781129) is unknown color: approx Red Berry. HEX triplet: 78, 11 and 29. RGB value is (120,17,41). Sum of RGB (Red+Green+Blue) = 120+17+41=178 (23% of max value = 765). Red value is 120 (47.27% from 255 or 67.42% from 178); Green value is 17 (7.03% from 255 or 9.55% from 178); Blue value is 41 (16.41% from 255 or 23.03% from 178); Max value from RGB is 120 - color contains mainly: red. Hex color #781129 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781129 is #87EED6. Grayscale: #323232. Windows color (decimal): -8908503 or 2691448. OLE color: 2691448.

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

Color convert

RGB1201741-
CMYK00.860.660.53
HSL346.02º75.18%26.86%-
HSV(B)346.02º85.83%47.06%-
XYZ8.354.552.54-
YUV50.53122.62177.55-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 67.42%
GREEN value IS 17 (7.03% from 255) = 9.55%
BLUE value IS 41 (16.41% from 255) = 23.03%
R=67.42%
G=9.55%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120174100.860.660.53346.0275.1826.86
Hex781129056423515a4b1b
Octal170215101261026553211333
Binary111100010001101001010101101000010110101101011010100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781129; }

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

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

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

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

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

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

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

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