#700406

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

Shades of Sangria #700406

Tints of Sangria #700406

Color information

#700406 (or 0x700406) is unknown color: approx Sangria. HEX triplet: 70, 04 and 06. RGB value is (112,4,6). Sum of RGB (Red+Green+Blue) = 112+4+6=122 (16% of max value = 765). Red value is 112 (44.14% from 255 or 91.80% from 122); Green value is 4 (1.95% from 255 or 3.28% from 122); Blue value is 6 (2.73% from 255 or 4.92% from 122); Max value from RGB is 112 - color contains mainly: red. Hex color #700406 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700406 is #8FFBF9. Grayscale: #242424. Windows color (decimal): -9436154 or 394352. OLE color: 394352.

HSL color Cylindrical-coordinate representation of color #700406: hue angle of 358.89º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #700406 is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.56.

Color convert

RGB11246-
CMYK00.960.950.56
HSL358.89º93.1%22.75%-
HSV(B)358.89º96.43%43.92%-
XYZ6.763.540.5-
YUV36.52110.78181.84-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 91.80%
GREEN value IS 4 (1.95% from 255) = 3.28%
BLUE value IS 6 (2.73% from 255) = 4.92%
R=91.80%
G=3.28%
B=4.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.95
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1124600.960.950.56358.8993.122.75
Hex70460605F381675d17
Octal1604601401377054713527
Binary1110000100110011000001011111111000101100111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700406; }

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

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

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

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

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

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

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

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