#781018

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

Shades of Red Berry #781018

Tints of Red Berry #781018

Color information

#781018 (or 0x781018) is unknown color: approx Red Berry. HEX triplet: 78, 10 and 18. RGB value is (120,16,24). Sum of RGB (Red+Green+Blue) = 120+16+24=160 (21% of max value = 765). Red value is 120 (47.27% from 255 or 75% from 160); Green value is 16 (6.64% from 255 or 10% from 160); Blue value is 24 (9.77% from 255 or 15% from 160); Max value from RGB is 120 - color contains mainly: red. Hex color #781018 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781018 is #87EFE7. Grayscale: #303030. Windows color (decimal): -8908776 or 1577080. OLE color: 1577080.

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

Color convert

RGB1201624-
CMYK00.870.80.53
HSL355.38º76.47%26.67%-
HSV(B)355.38º86.67%47.06%-
XYZ8.14.431.29-
YUV48.01114.46179.35-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 75%
GREEN value IS 16 (6.64% from 255) = 10%
BLUE value IS 24 (9.77% from 255) = 15%
R=75%
G=10%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.8
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120162400.870.80.53355.3876.4726.67
Hex78101805750351634c1b
Octal170203001271206554311433
Binary11110001000011000010101111010000110101101100011100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781018; }

 p { color: rgb(120,16,24); }

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

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

 a { background-color: rgb(120,16,24); }

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

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

 span { border-color: rgb(120,16,24); }

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