Html Css Color HEX #710708 Sangria

📋 copy color: '#710708'

red 113 ◦ green 7 ◦ blue 8

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

Shades of Sangria #710708

Tints of Sangria #710708

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.47%

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

R = 88.28%
G = 5.47%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#710708 (or 0x710708) is known color: Sangria. HEX triplet: 71, 07 and 08. RGB value is (113,7,8). Sum of RGB (Red+Green+Blue) = 113+7+8=128 (16% of max value = 765). Red value is 113 (44.53% from 255 or 88.28% from 128); Green value is 7 (3.12% from 255 or 5.47% from 128); Blue value is 8 (3.52% from 255 or 6.25% from 128); Max value from RGB is 113 - color contains mainly: red. Hex color #710708 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710708 is #8EF8F7. Grayscale: #262626. Windows color (decimal): -9369848 or 526193. OLE color: 526193.

HSL color Cylindrical-coordinate representation of color #710708: hue angle of 359.43º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #710708 is Cyan = 0, Magento = 0.94, Yellow = 0.93 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 7 8 -
CMYK 0 0.94 0.93 0.56
HSL 359.43º 0.88% 0.24% -
HSV(B) 359.43º 0.94% 0.44% -
XYZ 6.93 3.68 0.57 -
YUV 38.81 110.62 180.92 -
System Red Green Blue C M Y K H S L
Decimal 113 7 8 0 0.94 0.93 0.56 359.43 0.88 0.24
Hex 71 7 8 0 5E 5D 38 167 58 18
Octal 161 7 10 0 136 135 70 547 130 30
Binary 1110001 111 1000 0 1011110 1011101 111000 101100111 1011000 11000

Color Harmonies of #710708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710708

Black with #710708

Text Example


Text Example

White with #710708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710708; }

 p { color: rgb(113,7,8); }

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

background-color css

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

 a { background-color: rgb(113,7,8); }

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

border-color css

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

 span { border-color: rgb(113,7,8); }

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