#78050A

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

Shades of Sangria #78050A

Tints of Sangria #78050A

Color information

#78050A (or 0x78050A) is unknown color: approx Sangria. HEX triplet: 78, 05 and 0A. RGB value is (120,5,10). Sum of RGB (Red+Green+Blue) = 120+5+10=135 (17% of max value = 765). Red value is 120 (47.27% from 255 or 88.89% from 135); Green value is 5 (2.34% from 255 or 3.70% from 135); Blue value is 10 (4.30% from 255 or 7.41% from 135); Max value from RGB is 120 - color contains mainly: red. Hex color #78050A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #78050A is #87FAF5. Grayscale: #282828. Windows color (decimal): -8911606 or 656760. OLE color: 656760.

HSL color Cylindrical-coordinate representation of color #78050A: hue angle of 357.39º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #78050A is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB120510-
CMYK00.960.920.53
HSL357.39º92%24.51%-
HSV(B)357.39º95.83%47.06%-
XYZ7.854.120.67-
YUV39.96111.1185.09-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 88.89%
GREEN value IS 5 (2.34% from 255) = 3.70%
BLUE value IS 10 (4.30% from 255) = 7.41%
R=88.89%
G=3.70%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12051000.960.920.53357.399224.51
Hex785A0605C351655c19
Octal17051201401346554513431
Binary11110001011010011000001011100110101101100101101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78050A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,5,10); }

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

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

 a { background-color: rgb(120,5,10); }

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

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

 span { border-color: rgb(120,5,10); }

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