Html Css Color HEX #700508 Sangria

📋 copy color: '#700508'

red 112 ◦ green 5 ◦ blue 8

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

Shades of Sangria #700508

Tints of Sangria #700508

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4%

 BLUE value IS 8 (3.52% from 255) = 6.4%

R = 89.6%
G = 4%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#700508 (or 0x700508) is known color: Sangria. HEX triplet: 70, 05 and 08. RGB value is (112,5,8). Sum of RGB (Red+Green+Blue) = 112+5+8=125 (16% of max value = 765). Red value is 112 (44.14% from 255 or 89.6% from 125); Green value is 5 (2.34% from 255 or 4% from 125); Blue value is 8 (3.52% from 255 or 6.4% from 125); Max value from RGB is 112 - color contains mainly: red. Hex color #700508 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700508 is #8FFAF7. Grayscale: #252525. Windows color (decimal): -9435896 or 525680. OLE color: 525680.

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

Color convert

RGB 112 5 8 -
CMYK 0 0.96 0.93 0.56
HSL 358.32º 0.91% 0.23% -
HSV(B) 358.32º 0.96% 0.44% -
XYZ 6.78 3.57 0.56 -
YUV 37.34 111.45 181.26 -
System Red Green Blue C M Y K H S L
Decimal 112 5 8 0 0.96 0.93 0.56 358.32 0.91 0.23
Hex 70 5 8 0 60 5D 38 166 5B 17
Octal 160 5 10 0 140 135 70 546 133 27
Binary 1110000 101 1000 0 1100000 1011101 111000 101100110 1011011 10111

Color Harmonies of #700508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700508

Black with #700508

Text Example


Text Example

White with #700508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700508; }

 p { color: rgb(112,5,8); }

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

background-color css

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

 a { background-color: rgb(112,5,8); }

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

border-color css

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

 span { border-color: rgb(112,5,8); }

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