Html Css Color HEX #710607 Sangria

📋 copy color: '#710607'

red 113 ◦ green 6 ◦ blue 7

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

Shades of Sangria #710607

Tints of Sangria #710607

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.76%

 BLUE value IS 7 (3.13% from 255) = 5.56%

R = 89.68%
G = 4.76%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.94

 K value IS 0.56

RGB Variations

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

Color information

#710607 (or 0x710607) is known color: Sangria. HEX triplet: 71, 06 and 07. RGB value is (113,6,7). Sum of RGB (Red+Green+Blue) = 113+6+7=126 (16% of max value = 765). Red value is 113 (44.53% from 255 or 89.68% from 126); Green value is 6 (2.73% from 255 or 4.76% from 126); Blue value is 7 (3.12% from 255 or 5.56% from 126); Max value from RGB is 113 - color contains mainly: red. Hex color #710607 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710607 is #8EF9F8. Grayscale: #262626. Windows color (decimal): -9370105 or 460401. OLE color: 460401.

HSL color Cylindrical-coordinate representation of color #710607: hue angle of 359.44º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #710607 is Cyan = 0, Magento = 0.95, Yellow = 0.94 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 6 7 -
CMYK 0 0.95 0.94 0.56
HSL 359.44º 0.9% 0.23% -
HSV(B) 359.44º 0.95% 0.44% -
XYZ 6.91 3.66 0.54 -
YUV 38.11 110.45 181.42 -
System Red Green Blue C M Y K H S L
Decimal 113 6 7 0 0.95 0.94 0.56 359.44 0.9 0.23
Hex 71 6 7 0 5F 5E 38 167 5A 17
Octal 161 6 7 0 137 136 70 547 132 27
Binary 1110001 110 111 0 1011111 1011110 111000 101100111 1011010 10111

Color Harmonies of #710607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710607

Black with #710607

Text Example


Text Example

White with #710607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710607; }

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

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

background-color css

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

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

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

border-color css

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

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

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