#78101E

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

Shades of Red Berry #78101E

Tints of Red Berry #78101E

Color information

#78101E (or 0x78101E) is unknown color: approx Red Berry. HEX triplet: 78, 10 and 1E. RGB value is (120,16,30). Sum of RGB (Red+Green+Blue) = 120+16+30=166 (21% of max value = 765). Red value is 120 (47.27% from 255 or 72.29% from 166); Green value is 16 (6.64% from 255 or 9.64% from 166); Blue value is 30 (12.11% from 255 or 18.07% from 166); Max value from RGB is 120 - color contains mainly: red. Hex color #78101E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78101E is #87EFE1. Grayscale: #303030. Windows color (decimal): -8908770 or 1970296. OLE color: 1970296.

HSL color Cylindrical-coordinate representation of color #78101E: hue angle of 351.92º 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 #78101E is Cyan = 0, Magento = 0.87, Yellow = 0.75 and Black (K on CMYK) = 0.53.

Color convert

RGB1201630-
CMYK00.870.750.53
HSL351.92º76.47%26.67%-
HSV(B)351.92º86.67%47.06%-
XYZ8.174.461.66-
YUV48.69117.46178.86-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 72.29%
GREEN value IS 16 (6.64% from 255) = 9.64%
BLUE value IS 30 (12.11% from 255) = 18.07%
R=72.29%
G=9.64%
B=18.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120163000.870.750.53351.9276.4726.67
Hex78101E0574B351604c1b
Octal170203601271136554011433
Binary11110001000011110010101111001011110101101100000100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78101E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78101E; }

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

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

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

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

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

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

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

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