#700306

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

Shades of Sangria #700306

Tints of Sangria #700306

Color information

#700306 (or 0x700306) is unknown color: approx Sangria. HEX triplet: 70, 03 and 06. RGB value is (112,3,6). Sum of RGB (Red+Green+Blue) = 112+3+6=121 (16% of max value = 765). Red value is 112 (44.14% from 255 or 92.56% from 121); Green value is 3 (1.56% from 255 or 2.48% from 121); Blue value is 6 (2.73% from 255 or 4.96% from 121); Max value from RGB is 112 - color contains mainly: red. Hex color #700306 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700306 is #8FFCF9. Grayscale: #242424. Windows color (decimal): -9436410 or 394096. OLE color: 394096.

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

Color convert

RGB11236-
CMYK00.970.950.56
HSL358.35º94.78%22.55%-
HSV(B)358.35º97.32%43.92%-
XYZ6.753.520.5-
YUV35.93111.11182.26-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 92.56%
GREEN value IS 3 (1.56% from 255) = 2.48%
BLUE value IS 6 (2.73% from 255) = 4.96%
R=92.56%
G=2.48%
B=4.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.95
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1123600.970.950.56358.3594.7822.55
Hex70360615F381665f17
Octal1603601411377054613727
Binary111000011110011000011011111111000101100110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700306; }

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

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

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

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

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

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

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

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