Html Css Color HEX #710506 Sangria

📋 copy color: '#710506'

red 113 ◦ green 5 ◦ blue 6

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

Shades of Sangria #710506

Tints of Sangria #710506

RGB

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

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

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

R = 91.13%
G = 4.03%
B = 4.84%

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

#710506 (or 0x710506) is known color: Sangria. HEX triplet: 71, 05 and 06. RGB value is (113,5,6). Sum of RGB (Red+Green+Blue) = 113+5+6=124 (16% of max value = 765). Red value is 113 (44.53% from 255 or 91.13% from 124); Green value is 5 (2.34% from 255 or 4.03% from 124); Blue value is 6 (2.73% from 255 or 4.84% from 124); Max value from RGB is 113 - color contains mainly: red. Hex color #710506 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710506 is #8EFAF9. Grayscale: #252525. Windows color (decimal): -9370362 or 394609. OLE color: 394609.

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

Color convert

RGB 113 5 6 -
CMYK 0 0.96 0.95 0.56
HSL 359.44º 0.92% 0.23% -
HSV(B) 359.44º 0.96% 0.44% -
XYZ 6.9 3.63 0.51 -
YUV 37.41 110.28 181.92 -
System Red Green Blue C M Y K H S L
Decimal 113 5 6 0 0.96 0.95 0.56 359.44 0.92 0.23
Hex 71 5 6 0 60 5F 38 167 5C 17
Octal 161 5 6 0 140 137 70 547 134 27
Binary 1110001 101 110 0 1100000 1011111 111000 101100111 1011100 10111

Color Harmonies of #710506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710506

Black with #710506

Text Example


Text Example

White with #710506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710506; }

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

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

background-color css

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

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

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

border-color css

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

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

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