Html Css Color HEX #710508 Sangria

📋 copy color: '#710508'

red 113 ◦ green 5 ◦ blue 8

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

Shades of Sangria #710508

Tints of Sangria #710508

RGB

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

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

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

R = 89.68%
G = 3.97%
B = 6.35%

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

#710508 (or 0x710508) is known color: Sangria. HEX triplet: 71, 05 and 08. RGB value is (113,5,8). Sum of RGB (Red+Green+Blue) = 113+5+8=126 (16% of max value = 765). Red value is 113 (44.53% from 255 or 89.68% from 126); Green value is 5 (2.34% from 255 or 3.97% from 126); Blue value is 8 (3.52% from 255 or 6.35% from 126); Max value from RGB is 113 - color contains mainly: red. Hex color #710508 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710508 is #8EFAF7. Grayscale: #252525. Windows color (decimal): -9370360 or 525681. OLE color: 525681.

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

Color convert

RGB 113 5 8 -
CMYK 0 0.96 0.93 0.56
HSL 358.33º 0.92% 0.23% -
HSV(B) 358.33º 0.96% 0.44% -
XYZ 6.91 3.64 0.57 -
YUV 37.63 111.28 181.76 -
System Red Green Blue C M Y K H S L
Decimal 113 5 8 0 0.96 0.93 0.56 358.33 0.92 0.23
Hex 71 5 8 0 60 5D 38 166 5C 17
Octal 161 5 10 0 140 135 70 546 134 27
Binary 1110001 101 1000 0 1100000 1011101 111000 101100110 1011100 10111

Color Harmonies of #710508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710508

Black with #710508

Text Example


Text Example

White with #710508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710508; }

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

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

background-color css

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

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

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

border-color css

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

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

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