#78020B

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

Shades of Sangria #78020B

Tints of Sangria #78020B

Color information

#78020B (or 0x78020B) is unknown color: approx Sangria. HEX triplet: 78, 02 and 0B. RGB value is (120,2,11). Sum of RGB (Red+Green+Blue) = 120+2+11=133 (17% of max value = 765). Red value is 120 (47.27% from 255 or 90.23% from 133); Green value is 2 (1.17% from 255 or 1.50% from 133); Blue value is 11 (4.69% from 255 or 8.27% from 133); Max value from RGB is 120 - color contains mainly: red. Hex color #78020B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #78020B is #87FDF4. Grayscale: #262626. Windows color (decimal): -8912373 or 721528. OLE color: 721528.

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

Color convert

RGB120211-
CMYK00.980.910.53
HSL355.42º96.72%23.92%-
HSV(B)355.42º98.33%47.06%-
XYZ7.834.060.69-
YUV38.31112.59186.27-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 90.23%
GREEN value IS 2 (1.17% from 255) = 1.50%
BLUE value IS 11 (4.69% from 255) = 8.27%
R=90.23%
G=1.50%
B=8.27%

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
Decimal12021100.980.910.53355.4296.7223.92
Hex782B0625B351636118
Octal17021301421336554314130
Binary1111000101011011000101011011110101101100011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78020B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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