#78000B

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

Shades of Sangria #78000B

Tints of Sangria #78000B

Color information

#78000B (or 0x78000B) is unknown color: approx Sangria. HEX triplet: 78, 00 and 0B. RGB value is (120,0,11). Sum of RGB (Red+Green+Blue) = 120+0+11=131 (17% of max value = 765). Red value is 120 (47.27% from 255 or 91.60% from 131); Green value is 0 (0.39% from 255 or 0% from 131); Blue value is 11 (4.69% from 255 or 8.40% from 131); Max value from RGB is 120 - color contains mainly: red. Hex color #78000B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #78000B is #87FFF4. Grayscale: #252525. Windows color (decimal): -8912885 or 721016. OLE color: 721016.

HSL color Cylindrical-coordinate representation of color #78000B: hue angle of 354.5º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #78000B is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.53.

Color convert

RGB120011-
CMYK010.910.53
HSL354.5º100%23.53%-
HSV(B)354.5º100%47.06%-
XYZ7.814.020.68-
YUV37.13113.26187.11-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 91.60%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 11 (4.69% from 255) = 8.40%
R=91.60%
G=0%
B=8.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.91
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120011010.910.53354.510023.53
Hex780B0645B351626418
Octal17001301441336554214430
Binary111100001011011001001011011110101101100010110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78000B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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