#78122A

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

Shades of Red Berry #78122A

Tints of Red Berry #78122A

Color information

#78122A (or 0x78122A) is unknown color: approx Red Berry. HEX triplet: 78, 12 and 2A. RGB value is (120,18,42). Sum of RGB (Red+Green+Blue) = 120+18+42=180 (23% of max value = 765). Red value is 120 (47.27% from 255 or 66.67% from 180); Green value is 18 (7.42% from 255 or 10% from 180); Blue value is 42 (16.80% from 255 or 23.33% from 180); Max value from RGB is 120 - color contains mainly: red. Hex color #78122A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78122A is #87EDD5. Grayscale: #333333. Windows color (decimal): -8908246 or 2757240. OLE color: 2757240.

HSL color Cylindrical-coordinate representation of color #78122A: hue angle of 345.88º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #78122A is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.53.

Color convert

RGB1201842-
CMYK00.850.650.53
HSL345.88º73.91%27.06%-
HSV(B)345.88º85%47.06%-
XYZ8.384.592.64-
YUV51.23122.79177.05-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 66.67%
GREEN value IS 18 (7.42% from 255) = 10%
BLUE value IS 42 (16.80% from 255) = 23.33%
R=66.67%
G=10%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120184200.850.650.53345.8873.9127.06
Hex78122A055413515a4a1b
Octal170225201251016553211233
Binary111100010010101010010101011000001110101101011010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78122A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78122A; }

 p { color: rgb(120,18,42); }

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

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

 a { background-color: rgb(120,18,42); }

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

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

 span { border-color: rgb(120,18,42); }

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