Html Css Color HEX #700506 Sangria

📋 copy color: '#700506'

red 112 ◦ green 5 ◦ blue 6

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

Shades of Sangria #700506

Tints of Sangria #700506

RGB

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

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

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

R = 91.06%
G = 4.07%
B = 4.88%

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

#700506 (or 0x700506) is known color: Sangria. HEX triplet: 70, 05 and 06. RGB value is (112,5,6). Sum of RGB (Red+Green+Blue) = 112+5+6=123 (16% of max value = 765). Red value is 112 (44.14% from 255 or 91.06% from 123); Green value is 5 (2.34% from 255 or 4.07% from 123); Blue value is 6 (2.73% from 255 or 4.88% from 123); Max value from RGB is 112 - color contains mainly: red. Hex color #700506 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700506 is #8FFAF9. Grayscale: #252525. Windows color (decimal): -9435898 or 394608. OLE color: 394608.

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

Color convert

RGB 112 5 6 -
CMYK 0 0.96 0.95 0.56
HSL 359.44º 0.91% 0.23% -
HSV(B) 359.44º 0.96% 0.44% -
XYZ 6.77 3.57 0.5 -
YUV 37.11 110.45 181.42 -
System Red Green Blue C M Y K H S L
Decimal 112 5 6 0 0.96 0.95 0.56 359.44 0.91 0.23
Hex 70 5 6 0 60 5F 38 167 5B 17
Octal 160 5 6 0 140 137 70 547 133 27
Binary 1110000 101 110 0 1100000 1011111 111000 101100111 1011011 10111

Color Harmonies of #700506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700506

Black with #700506

Text Example


Text Example

White with #700506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700506; }

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

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

background-color css

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

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

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

border-color css

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

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

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