Html Css Color HEX #700407 Sangria

📋 copy color: '#700407'

red 112 ◦ green 4 ◦ blue 7

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

Shades of Sangria #700407

Tints of Sangria #700407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 5.69%

R = 91.06%
G = 3.25%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.94

 K value IS 0.56

RGB Variations

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

Color information

#700407 (or 0x700407) is known color: Sangria. HEX triplet: 70, 04 and 07. RGB value is (112,4,7). Sum of RGB (Red+Green+Blue) = 112+4+7=123 (16% of max value = 765). Red value is 112 (44.14% from 255 or 91.06% from 123); Green value is 4 (1.95% from 255 or 3.25% from 123); Blue value is 7 (3.12% from 255 or 5.69% from 123); Max value from RGB is 112 - color contains mainly: red. Hex color #700407 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700407 is #8FFBF8. Grayscale: #242424. Windows color (decimal): -9436153 or 459888. OLE color: 459888.

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

Color convert

RGB 112 4 7 -
CMYK 0 0.96 0.94 0.56
HSL 358.33º 0.93% 0.23% -
HSV(B) 358.33º 0.96% 0.44% -
XYZ 6.76 3.55 0.53 -
YUV 36.63 111.28 181.76 -
System Red Green Blue C M Y K H S L
Decimal 112 4 7 0 0.96 0.94 0.56 358.33 0.93 0.23
Hex 70 4 7 0 60 5E 38 166 5D 17
Octal 160 4 7 0 140 136 70 546 135 27
Binary 1110000 100 111 0 1100000 1011110 111000 101100110 1011101 10111

Color Harmonies of #700407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700407

Black with #700407

Text Example


Text Example

White with #700407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700407; }

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

 H1.HeaderClassName
 {
   color: #700407;
 }
 .AnyTagClassName
 {
   color: #700407;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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