Html Css Color HEX #710305 Sangria

📋 copy color: '#710305'

red 113 ◦ green 3 ◦ blue 5

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

Shades of Sangria #710305

Tints of Sangria #710305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 4.13%

R = 93.39%
G = 2.48%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#710305 (or 0x710305) is known color: Sangria. HEX triplet: 71, 03 and 05. RGB value is (113,3,5). Sum of RGB (Red+Green+Blue) = 113+3+5=121 (16% of max value = 765). Red value is 113 (44.53% from 255 or 93.39% from 121); Green value is 3 (1.56% from 255 or 2.48% from 121); Blue value is 5 (2.34% from 255 or 4.13% from 121); Max value from RGB is 113 - color contains mainly: red. Hex color #710305 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710305 is #8EFCFA. Grayscale: #242424. Windows color (decimal): -9370875 or 328561. OLE color: 328561.

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

Color convert

RGB 113 3 5 -
CMYK 0 0.97 0.96 0.56
HSL 358.91º 0.95% 0.23% -
HSV(B) 358.91º 0.97% 0.44% -
XYZ 6.87 3.59 0.47 -
YUV 36.12 110.44 182.84 -
System Red Green Blue C M Y K H S L
Decimal 113 3 5 0 0.97 0.96 0.56 358.91 0.95 0.23
Hex 71 3 5 0 61 60 38 167 5F 17
Octal 161 3 5 0 141 140 70 547 137 27
Binary 1110001 11 101 0 1100001 1100000 111000 101100111 1011111 10111

Color Harmonies of #710305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710305

Black with #710305

Text Example


Text Example

White with #710305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710305; }

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

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

background-color css

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

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

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

border-color css

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

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

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