#781329

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

Shades of Red Berry #781329

Tints of Red Berry #781329

Color information

#781329 (or 0x781329) is unknown color: approx Red Berry. HEX triplet: 78, 13 and 29. RGB value is (120,19,41). Sum of RGB (Red+Green+Blue) = 120+19+41=180 (23% of max value = 765). Red value is 120 (47.27% from 255 or 66.67% from 180); Green value is 19 (7.81% from 255 or 10.56% from 180); Blue value is 41 (16.41% from 255 or 22.78% from 180); Max value from RGB is 120 - color contains mainly: red. Hex color #781329 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781329 is #87ECD6. Grayscale: #333333. Windows color (decimal): -8907991 or 2691960. OLE color: 2691960.

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

Color convert

RGB1201941-
CMYK00.840.660.53
HSL346.93º72.66%27.25%-
HSV(B)346.93º84.17%47.06%-
XYZ8.384.622.55-
YUV51.71121.96176.71-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 66.67%
GREEN value IS 19 (7.81% from 255) = 10.56%
BLUE value IS 41 (16.41% from 255) = 22.78%
R=66.67%
G=10.56%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120194100.840.660.53346.9372.6627.25
Hex781329054423515b491b
Octal170235101241026553311133
Binary111100010011101001010101001000010110101101011011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781329; }

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

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

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

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

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

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

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

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