Html Css Color HEX #710307 Sangria

📋 copy color: '#710307'

red 113 ◦ green 3 ◦ blue 7

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

Shades of Sangria #710307

Tints of Sangria #710307

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.44%

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

R = 91.87%
G = 2.44%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.56

RGB Variations

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

Color information

#710307 (or 0x710307) is known color: Sangria. HEX triplet: 71, 03 and 07. RGB value is (113,3,7). Sum of RGB (Red+Green+Blue) = 113+3+7=123 (16% of max value = 765). Red value is 113 (44.53% from 255 or 91.87% from 123); Green value is 3 (1.56% from 255 or 2.44% from 123); Blue value is 7 (3.12% from 255 or 5.69% from 123); Max value from RGB is 113 - color contains mainly: red. Hex color #710307 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710307 is #8EFCF8. Grayscale: #242424. Windows color (decimal): -9370873 or 459633. OLE color: 459633.

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

Color convert

RGB 113 3 7 -
CMYK 0 0.97 0.94 0.56
HSL 357.82º 0.95% 0.23% -
HSV(B) 357.82º 0.97% 0.44% -
XYZ 6.88 3.59 0.53 -
YUV 36.35 111.44 182.67 -
System Red Green Blue C M Y K H S L
Decimal 113 3 7 0 0.97 0.94 0.56 357.82 0.95 0.23
Hex 71 3 7 0 61 5E 38 166 5F 17
Octal 161 3 7 0 141 136 70 546 137 27
Binary 1110001 11 111 0 1100001 1011110 111000 101100110 1011111 10111

Color Harmonies of #710307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710307

Black with #710307

Text Example


Text Example

White with #710307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710307; }

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

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

background-color css

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

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

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

border-color css

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

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

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