Html Css Color HEX #710204 Sangria

📋 copy color: '#710204'

red 113 ◦ green 2 ◦ blue 4

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

Shades of Sangria #710204

Tints of Sangria #710204

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.68%

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

R = 94.96%
G = 1.68%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#710204 (or 0x710204) is known color: Sangria. HEX triplet: 71, 02 and 04. RGB value is (113,2,4). Sum of RGB (Red+Green+Blue) = 113+2+4=119 (15% of max value = 765). Red value is 113 (44.53% from 255 or 94.96% from 119); Green value is 2 (1.17% from 255 or 1.68% from 119); Blue value is 4 (1.95% from 255 or 3.36% from 119); Max value from RGB is 113 - color contains mainly: red. Hex color #710204 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710204 is #8EFDFB. Grayscale: #232323. Windows color (decimal): -9371132 or 262769. OLE color: 262769.

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

Color convert

RGB 113 2 4 -
CMYK 0 0.98 0.96 0.56
HSL 358.92º 0.97% 0.23% -
HSV(B) 358.92º 0.98% 0.44% -
XYZ 6.85 3.56 0.44 -
YUV 35.42 110.27 183.34 -
System Red Green Blue C M Y K H S L
Decimal 113 2 4 0 0.98 0.96 0.56 358.92 0.97 0.23
Hex 71 2 4 0 62 60 38 167 61 17
Octal 161 2 4 0 142 140 70 547 141 27
Binary 1110001 10 100 0 1100010 1100000 111000 101100111 1100001 10111

Color Harmonies of #710204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710204

Black with #710204

Text Example


Text Example

White with #710204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710204; }

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

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

background-color css

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

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

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

border-color css

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

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

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