#780206

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

Shades of Sangria #780206

Tints of Sangria #780206

Color information

#780206 (or 0x780206) is unknown color: approx Sangria. HEX triplet: 78, 02 and 06. RGB value is (120,2,6). Sum of RGB (Red+Green+Blue) = 120+2+6=128 (16% of max value = 765). Red value is 120 (47.27% from 255 or 93.75% from 128); Green value is 2 (1.17% from 255 or 1.56% from 128); Blue value is 6 (2.73% from 255 or 4.69% from 128); Max value from RGB is 120 - color contains mainly: red. Hex color #780206 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780206 is #87FDF9. Grayscale: #252525. Windows color (decimal): -8912378 or 393848. OLE color: 393848.

HSL color Cylindrical-coordinate representation of color #780206: hue angle of 357.97º 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 #780206 is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.53.

Color convert

RGB12026-
CMYK00.980.950.53
HSL357.97º96.72%23.92%-
HSV(B)357.97º98.33%47.06%-
XYZ7.84.050.54-
YUV37.74110.09186.67-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 93.75%
GREEN value IS 2 (1.17% from 255) = 1.56%
BLUE value IS 6 (2.73% from 255) = 4.69%
R=93.75%
G=1.56%
B=4.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.95
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1202600.980.950.53357.9796.7223.92
Hex78260625F351666118
Octal1702601421376554614130
Binary111100010110011000101011111110101101100110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780206; }

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

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

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

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

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

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

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

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