Html Css Color HEX #710406 Sangria

📋 copy color: '#710406'

red 113 ◦ green 4 ◦ blue 6

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

Shades of Sangria #710406

Tints of Sangria #710406

RGB

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

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

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

R = 91.87%
G = 3.25%
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

#710406 (or 0x710406) is known color: Sangria. HEX triplet: 71, 04 and 06. RGB value is (113,4,6). Sum of RGB (Red+Green+Blue) = 113+4+6=123 (16% of max value = 765). Red value is 113 (44.53% from 255 or 91.87% from 123); Green value is 4 (1.95% from 255 or 3.25% from 123); Blue value is 6 (2.73% from 255 or 4.88% from 123); Max value from RGB is 113 - color contains mainly: red. Hex color #710406 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710406 is #8EFBF9. Grayscale: #242424. Windows color (decimal): -9370618 or 394353. OLE color: 394353.

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

Color convert

RGB 113 4 6 -
CMYK 0 0.96 0.95 0.56
HSL 358.9º 0.93% 0.23% -
HSV(B) 358.9º 0.96% 0.44% -
XYZ 6.89 3.61 0.51 -
YUV 36.82 110.61 182.34 -
System Red Green Blue C M Y K H S L
Decimal 113 4 6 0 0.96 0.95 0.56 358.9 0.93 0.23
Hex 71 4 6 0 60 5F 38 167 5D 17
Octal 161 4 6 0 140 137 70 547 135 27
Binary 1110001 100 110 0 1100000 1011111 111000 101100111 1011101 10111

Color Harmonies of #710406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710406

Black with #710406

Text Example


Text Example

White with #710406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710406; }

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

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

background-color css

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

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

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

border-color css

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

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

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