#700304

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

Shades of Sangria #700304

Tints of Sangria #700304

Color information

#700304 (or 0x700304) is unknown color: approx Sangria. HEX triplet: 70, 03 and 04. RGB value is (112,3,4). Sum of RGB (Red+Green+Blue) = 112+3+4=119 (15% of max value = 765). Red value is 112 (44.14% from 255 or 94.12% from 119); Green value is 3 (1.56% from 255 or 2.52% from 119); Blue value is 4 (1.95% from 255 or 3.36% from 119); Max value from RGB is 112 - color contains mainly: red. Hex color #700304 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700304 is #8FFCFB. Grayscale: #232323. Windows color (decimal): -9436412 or 263024. OLE color: 263024.

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

Color convert

RGB11234-
CMYK00.970.960.56
HSL359.45º94.78%22.55%-
HSV(B)359.45º97.32%43.92%-
XYZ6.743.520.44-
YUV35.71110.11182.42-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 94.12%
GREEN value IS 3 (1.56% from 255) = 2.52%
BLUE value IS 4 (1.95% from 255) = 3.36%
R=94.12%
G=2.52%
B=3.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1123400.970.960.56359.4594.7822.55
Hex703406160381675f17
Octal1603401411407054713727
Binary111000011100011000011100000111000101100111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700304; }

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

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

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

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

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

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

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

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