#78090D

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

Shades of Sangria #78090D

Tints of Sangria #78090D

Color information

#78090D (or 0x78090D) is unknown color: approx Sangria. HEX triplet: 78, 09 and 0D. RGB value is (120,9,13). Sum of RGB (Red+Green+Blue) = 120+9+13=142 (18% of max value = 765). Red value is 120 (47.27% from 255 or 84.51% from 142); Green value is 9 (3.91% from 255 or 6.34% from 142); Blue value is 13 (5.47% from 255 or 9.15% from 142); Max value from RGB is 120 - color contains mainly: red. Hex color #78090D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #78090D is #87F6F2. Grayscale: #2A2A2A. Windows color (decimal): -8910579 or 854392. OLE color: 854392.

HSL color Cylindrical-coordinate representation of color #78090D: hue angle of 357.84º 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 #78090D is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB120913-
CMYK00.920.890.53
HSL357.84º86.05%25.29%-
HSV(B)357.84º92.5%47.06%-
XYZ7.924.220.78-
YUV42.64111.27183.17-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 84.51%
GREEN value IS 9 (3.91% from 255) = 6.34%
BLUE value IS 13 (5.47% from 255) = 9.15%
R=84.51%
G=6.34%
B=9.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.89
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12091300.920.890.53357.8486.0525.29
Hex789D05C59351665619
Octal170111501341316554612631
Binary111100010011101010111001011001110101101100110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78090D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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