#780D0E

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

Shades of Sangria #780D0E

Tints of Sangria #780D0E

Color information

#780D0E (or 0x780D0E) is unknown color: approx Sangria. HEX triplet: 78, 0D and 0E. RGB value is (120,13,14). Sum of RGB (Red+Green+Blue) = 120+13+14=147 (19% of max value = 765). Red value is 120 (47.27% from 255 or 81.63% from 147); Green value is 13 (5.47% from 255 or 8.84% from 147); Blue value is 14 (5.86% from 255 or 9.52% from 147); Max value from RGB is 120 - color contains mainly: red. Hex color #780D0E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780D0E is #87F2F1. Grayscale: #2D2D2D. Windows color (decimal): -8909554 or 920952. OLE color: 920952.

HSL color Cylindrical-coordinate representation of color #780D0E: hue angle of 359.44º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #780D0E is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB1201314-
CMYK00.890.880.53
HSL359.44º80.45%26.08%-
HSV(B)359.44º89.17%47.06%-
XYZ7.974.310.83-
YUV45.11110.45181.42-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 81.63%
GREEN value IS 13 (5.47% from 255) = 8.84%
BLUE value IS 14 (5.86% from 255) = 9.52%
R=81.63%
G=8.84%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.88
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120131400.890.880.53359.4480.4526.08
Hex78DE0595835167501a
Octal170151601311306554712032
Binary111100011011110010110011011000110101101100111101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780D0E; }

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

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

<style>
 a { background-color: #780D0E; }

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

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

<style>
 span { border-color: #780D0E; }

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

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