#78090B

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

Shades of Sangria #78090B

Tints of Sangria #78090B

Color information

#78090B (or 0x78090B) is unknown color: approx Sangria. HEX triplet: 78, 09 and 0B. RGB value is (120,9,11). Sum of RGB (Red+Green+Blue) = 120+9+11=140 (18% of max value = 765). Red value is 120 (47.27% from 255 or 85.71% from 140); Green value is 9 (3.91% from 255 or 6.43% from 140); Blue value is 11 (4.69% from 255 or 7.86% from 140); Max value from RGB is 120 - color contains mainly: red. Hex color #78090B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #78090B is #87F6F4. Grayscale: #2A2A2A. Windows color (decimal): -8910581 or 723320. OLE color: 723320.

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

Color convert

RGB120911-
CMYK00.920.910.53
HSL358.92º86.05%25.29%-
HSV(B)358.92º92.5%47.06%-
XYZ7.94.210.71-
YUV42.42110.27183.34-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 85.71%
GREEN value IS 9 (3.91% from 255) = 6.43%
BLUE value IS 11 (4.69% from 255) = 7.86%
R=85.71%
G=6.43%
B=7.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.91
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12091100.920.910.53358.9286.0525.29
Hex789B05C5B351675619
Octal170111301341336554712631
Binary111100010011011010111001011011110101101100111101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78090B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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