#780406

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

Shades of Sangria #780406

Tints of Sangria #780406

Color information

#780406 (or 0x780406) is unknown color: approx Sangria. HEX triplet: 78, 04 and 06. RGB value is (120,4,6). Sum of RGB (Red+Green+Blue) = 120+4+6=130 (17% of max value = 765). Red value is 120 (47.27% from 255 or 92.31% from 130); Green value is 4 (1.95% from 255 or 3.08% from 130); Blue value is 6 (2.73% from 255 or 4.62% from 130); Max value from RGB is 120 - color contains mainly: red. Hex color #780406 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780406 is #87FBF9. Grayscale: #272727. Windows color (decimal): -8911866 or 394360. OLE color: 394360.

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

Color convert

RGB12046-
CMYK00.970.950.53
HSL358.97º93.55%24.31%-
HSV(B)358.97º96.67%47.06%-
XYZ7.824.090.55-
YUV38.91109.43185.84-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 92.31%
GREEN value IS 4 (1.95% from 255) = 3.08%
BLUE value IS 6 (2.73% from 255) = 4.62%
R=92.31%
G=3.08%
B=4.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.95
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1204600.970.950.53358.9793.5524.31
Hex78460615F351675e18
Octal1704601411376554713630
Binary1111000100110011000011011111110101101100111101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780406; }

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

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

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

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

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

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

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

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