#78090A

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

Shades of Sangria #78090A

Tints of Sangria #78090A

Color information

#78090A (or 0x78090A) is unknown color: approx Sangria. HEX triplet: 78, 09 and 0A. RGB value is (120,9,10). Sum of RGB (Red+Green+Blue) = 120+9+10=139 (18% of max value = 765). Red value is 120 (47.27% from 255 or 86.33% from 139); Green value is 9 (3.91% from 255 or 6.47% from 139); Blue value is 10 (4.30% from 255 or 7.19% from 139); Max value from RGB is 120 - color contains mainly: red. Hex color #78090A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #78090A is #87F6F5. Grayscale: #2A2A2A. Windows color (decimal): -8910582 or 657784. OLE color: 657784.

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

Color convert

RGB120910-
CMYK00.920.920.53
HSL359.46º86.05%25.29%-
HSV(B)359.46º92.5%47.06%-
XYZ7.94.210.68-
YUV42.3109.77183.42-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 86.33%
GREEN value IS 9 (3.91% from 255) = 6.47%
BLUE value IS 10 (4.30% from 255) = 7.19%
R=86.33%
G=6.47%
B=7.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12091000.920.920.53359.4686.0525.29
Hex789A05C5C351675619
Octal170111201341346554712631
Binary111100010011010010111001011100110101101100111101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78090A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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