Html Css Color HEX #710004 Sangria

📋 copy color: '#710004'

red 113 ◦ green 0 ◦ blue 4

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

Shades of Sangria #710004

Tints of Sangria #710004

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 4 (1.95% from 255) = 3.42%

R = 96.58%
G = 0%
B = 3.42%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#710004 (or 0x710004) is known color: Sangria. HEX triplet: 71, 00 and 04. RGB value is (113,0,4). Sum of RGB (Red+Green+Blue) = 113+0+4=117 (15% of max value = 765). Red value is 113 (44.53% from 255 or 96.58% from 117); Green value is 0 (0.39% from 255 or 0% from 117); Blue value is 4 (1.95% from 255 or 3.42% from 117); Max value from RGB is 113 - color contains mainly: red. Hex color #710004 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710004 is #8EFFFB. Grayscale: #222222. Windows color (decimal): -9371644 or 262257. OLE color: 262257.

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

Color convert

RGB 113 0 4 -
CMYK 0 1 0.96 0.56
HSL 357.88º 1% 0.22% -
HSV(B) 357.88º 1% 0.44% -
XYZ 6.83 3.52 0.43 -
YUV 34.24 110.94 184.17 -
System Red Green Blue C M Y K H S L
Decimal 113 0 4 0 1 0.96 0.56 357.88 1 0.22
Hex 71 0 4 0 64 60 38 166 64 16
Octal 161 0 4 0 144 140 70 546 144 26
Binary 1110001 0 100 0 1100100 1100000 111000 101100110 1100100 10110

Color Harmonies of #710004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710004

Black with #710004

Text Example


Text Example

White with #710004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710004; }

 p { color: rgb(113,0,4); }

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

background-color css

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

 a { background-color: rgb(113,0,4); }

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

border-color css

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

 span { border-color: rgb(113,0,4); }

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