Html Css Color HEX #710105 Sangria

📋 copy color: '#710105'

red 113 ◦ green 1 ◦ blue 5

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

Shades of Sangria #710105

Tints of Sangria #710105

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.84%

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

R = 94.96%
G = 0.84%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#710105 (or 0x710105) is known color: Sangria. HEX triplet: 71, 01 and 05. RGB value is (113,1,5). Sum of RGB (Red+Green+Blue) = 113+1+5=119 (15% of max value = 765). Red value is 113 (44.53% from 255 or 94.96% from 119); Green value is 1 (0.78% from 255 or 0.84% from 119); Blue value is 5 (2.34% from 255 or 4.20% from 119); Max value from RGB is 113 - color contains mainly: red. Hex color #710105 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710105 is #8EFEFA. Grayscale: #232323. Windows color (decimal): -9371387 or 328049. OLE color: 328049.

HSL color Cylindrical-coordinate representation of color #710105: hue angle of 357.86º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #710105 is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 1 5 -
CMYK 0 0.99 0.96 0.56
HSL 357.86º 0.98% 0.22% -
HSV(B) 357.86º 0.99% 0.44% -
XYZ 6.85 3.54 0.47 -
YUV 34.94 111.11 183.67 -
System Red Green Blue C M Y K H S L
Decimal 113 1 5 0 0.99 0.96 0.56 357.86 0.98 0.22
Hex 71 1 5 0 63 60 38 166 62 16
Octal 161 1 5 0 143 140 70 546 142 26
Binary 1110001 1 101 0 1100011 1100000 111000 101100110 1100010 10110

Color Harmonies of #710105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710105

Black with #710105

Text Example


Text Example

White with #710105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710105; }

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

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

background-color css

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

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

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

border-color css

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

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

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