Html Css Color HEX #710709 Sangria

📋 copy color: '#710709'

red 113 ◦ green 7 ◦ blue 9

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

Shades of Sangria #710709

Tints of Sangria #710709

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 6.98%

R = 87.6%
G = 5.43%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#710709 (or 0x710709) is known color: Sangria. HEX triplet: 71, 07 and 09. RGB value is (113,7,9). Sum of RGB (Red+Green+Blue) = 113+7+9=129 (17% of max value = 765). Red value is 113 (44.53% from 255 or 87.60% from 129); Green value is 7 (3.12% from 255 or 5.43% from 129); Blue value is 9 (3.91% from 255 or 6.98% from 129); Max value from RGB is 113 - color contains mainly: red. Hex color #710709 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710709 is #8EF8F6. Grayscale: #272727. Windows color (decimal): -9369847 or 591729. OLE color: 591729.

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

Color convert

RGB 113 7 9 -
CMYK 0 0.94 0.92 0.56
HSL 358.87º 0.88% 0.24% -
HSV(B) 358.87º 0.94% 0.44% -
XYZ 6.94 3.68 0.6 -
YUV 38.92 111.12 180.84 -
System Red Green Blue C M Y K H S L
Decimal 113 7 9 0 0.94 0.92 0.56 358.87 0.88 0.24
Hex 71 7 9 0 5E 5C 38 167 58 18
Octal 161 7 11 0 136 134 70 547 130 30
Binary 1110001 111 1001 0 1011110 1011100 111000 101100111 1011000 11000

Color Harmonies of #710709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710709

Black with #710709

Text Example


Text Example

White with #710709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710709; }

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

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

background-color css

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

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

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

border-color css

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

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

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