Html Css Color HEX #710206 Sangria

📋 copy color: '#710206'

red 113 ◦ green 2 ◦ blue 6

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

Shades of Sangria #710206

Tints of Sangria #710206

RGB

 RED value IS 113 (44.53% from 255) = 93.39%

 GREEN value IS 2 (1.17% from 255) = 1.65%

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

R = 93.39%
G = 1.65%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#710206 (or 0x710206) is known color: Sangria. HEX triplet: 71, 02 and 06. RGB value is (113,2,6). Sum of RGB (Red+Green+Blue) = 113+2+6=121 (16% of max value = 765). Red value is 113 (44.53% from 255 or 93.39% from 121); Green value is 2 (1.17% from 255 or 1.65% from 121); Blue value is 6 (2.73% from 255 or 4.96% from 121); Max value from RGB is 113 - color contains mainly: red. Hex color #710206 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710206 is #8EFDF9. Grayscale: #232323. Windows color (decimal): -9371130 or 393841. OLE color: 393841.

HSL color Cylindrical-coordinate representation of color #710206: hue angle of 357.84º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #710206 is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 2 6 -
CMYK 0 0.98 0.95 0.56
HSL 357.84º 0.97% 0.23% -
HSV(B) 357.84º 0.98% 0.44% -
XYZ 6.86 3.57 0.5 -
YUV 35.65 111.27 183.17 -
System Red Green Blue C M Y K H S L
Decimal 113 2 6 0 0.98 0.95 0.56 357.84 0.97 0.23
Hex 71 2 6 0 62 5F 38 166 61 17
Octal 161 2 6 0 142 137 70 546 141 27
Binary 1110001 10 110 0 1100010 1011111 111000 101100110 1100001 10111

Color Harmonies of #710206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710206

Black with #710206

Text Example


Text Example

White with #710206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710206; }

 p { color: rgb(113,2,6); }

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

background-color css

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

 a { background-color: rgb(113,2,6); }

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

border-color css

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

 span { border-color: rgb(113,2,6); }

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