Html Css Color HEX #710408 Sangria

📋 copy color: '#710408'

red 113 ◦ green 4 ◦ blue 8

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

Shades of Sangria #710408

Tints of Sangria #710408

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.2%

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

R = 90.4%
G = 3.2%
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

#710408 (or 0x710408) is known color: Sangria. HEX triplet: 71, 04 and 08. RGB value is (113,4,8). Sum of RGB (Red+Green+Blue) = 113+4+8=125 (16% of max value = 765). Red value is 113 (44.53% from 255 or 90.4% from 125); Green value is 4 (1.95% from 255 or 3.2% from 125); Blue value is 8 (3.52% from 255 or 6.4% from 125); Max value from RGB is 113 - color contains mainly: red. Hex color #710408 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710408 is #8EFBF7. Grayscale: #252525. Windows color (decimal): -9370616 or 525425. OLE color: 525425.

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

Color convert

RGB 113 4 8 -
CMYK 0 0.96 0.93 0.56
HSL 357.8º 0.93% 0.23% -
HSV(B) 357.8º 0.96% 0.44% -
XYZ 6.9 3.62 0.56 -
YUV 37.05 111.61 182.17 -
System Red Green Blue C M Y K H S L
Decimal 113 4 8 0 0.96 0.93 0.56 357.8 0.93 0.23
Hex 71 4 8 0 60 5D 38 166 5D 17
Octal 161 4 10 0 140 135 70 546 135 27
Binary 1110001 100 1000 0 1100000 1011101 111000 101100110 1011101 10111

Color Harmonies of #710408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710408

Black with #710408

Text Example


Text Example

White with #710408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710408; }

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

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

background-color css

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

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

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

border-color css

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

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

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