Html Css Color HEX #710006 Sangria

📋 copy color: '#710006'

red 113 ◦ green 0 ◦ blue 6

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

Shades of Sangria #710006

Tints of Sangria #710006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 5.04%

R = 94.96%
G = 0%
B = 5.04%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#710006 (or 0x710006) is known color: Sangria. HEX triplet: 71, 00 and 06. RGB value is (113,0,6). Sum of RGB (Red+Green+Blue) = 113+0+6=119 (15% of max value = 765). Red value is 113 (44.53% from 255 or 94.96% from 119); Green value is 0 (0.39% from 255 or 0% from 119); Blue value is 6 (2.73% from 255 or 5.04% from 119); Max value from RGB is 113 - color contains mainly: red. Hex color #710006 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710006 is #8EFFF9. Grayscale: #222222. Windows color (decimal): -9371642 or 393329. OLE color: 393329.

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

Color convert

RGB 113 0 6 -
CMYK 0 1 0.95 0.56
HSL 356.81º 1% 0.22% -
HSV(B) 356.81º 1% 0.44% -
XYZ 6.84 3.52 0.49 -
YUV 34.47 111.94 184.01 -
System Red Green Blue C M Y K H S L
Decimal 113 0 6 0 1 0.95 0.56 356.81 1 0.22
Hex 71 0 6 0 64 5F 38 165 64 16
Octal 161 0 6 0 144 137 70 545 144 26
Binary 1110001 0 110 0 1100100 1011111 111000 101100101 1100100 10110

Color Harmonies of #710006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710006

Black with #710006

Text Example


Text Example

White with #710006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710006; }

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

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

background-color css

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

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

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

border-color css

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

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

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