Html Css Color HEX #700406 Sangria

📋 copy color: '#700406'

red 112 ◦ green 4 ◦ blue 6

#700406
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sangria #700406

Tints of Sangria #700406

RGB

 RED value IS 112 (44.14% from 255) = 91.8%

 GREEN value IS 4 (1.95% from 255) = 3.28%

 BLUE value IS 6 (2.73% from 255) = 4.92%

R = 91.8%
G = 3.28%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#700406 (or 0x700406) is known color: 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

RGB 112 4 6 -
CMYK 0 0.96 0.95 0.56
HSL 358.89º 0.93% 0.23% -
HSV(B) 358.89º 0.96% 0.44% -
XYZ 6.76 3.54 0.5 -
YUV 36.52 110.78 181.84 -
System Red Green Blue C M Y K H S L
Decimal 112 4 6 0 0.96 0.95 0.56 358.89 0.93 0.23
Hex 70 4 6 0 60 5F 38 167 5D 17
Octal 160 4 6 0 140 137 70 547 135 27
Binary 1110000 100 110 0 1100000 1011111 111000 101100111 1011101 10111

Color Harmonies of #700406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700406

Black with #700406

Text Example


Text Example

White with #700406

Text Example


Text Example

HTML Codes & Css Web 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>