#78030B

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

Shades of Sangria #78030B

Tints of Sangria #78030B

Color information

#78030B (or 0x78030B) is unknown color: approx Sangria. HEX triplet: 78, 03 and 0B. RGB value is (120,3,11). Sum of RGB (Red+Green+Blue) = 120+3+11=134 (17% of max value = 765). Red value is 120 (47.27% from 255 or 89.55% from 134); Green value is 3 (1.56% from 255 or 2.24% from 134); Blue value is 11 (4.69% from 255 or 8.21% from 134); Max value from RGB is 120 - color contains mainly: red. Hex color #78030B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #78030B is #87FCF4. Grayscale: #262626. Windows color (decimal): -8912117 or 721784. OLE color: 721784.

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

Color convert

RGB120311-
CMYK00.980.910.53
HSL355.9º95.12%24.12%-
HSV(B)355.9º97.5%47.06%-
XYZ7.844.080.69-
YUV38.89112.26185.85-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 89.55%
GREEN value IS 3 (1.56% from 255) = 2.24%
BLUE value IS 11 (4.69% from 255) = 8.21%
R=89.55%
G=2.24%
B=8.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.91
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12031100.980.910.53355.995.1224.12
Hex783B0625B351645f18
Octal17031301421336554413730
Binary1111000111011011000101011011110101101100100101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78030B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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