#710001

Color #710001 Sangria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sangria #710001

Tints of Sangria #710001

Color information

#710001 (or 0x710001) is unknown color: approx Sangria. HEX triplet: 71, 00 and 01. RGB value is (113,0,1). Sum of RGB (Red+Green+Blue) = 113+0+1=114 (15% of max value = 765). Red value is 113 (44.53% from 255 or 99.12% from 114); Green value is 0 (0.39% from 255 or 0% from 114); Blue value is 1 (0.78% from 255 or 0.88% from 114); Max value from RGB is 113 - color contains mainly: red. Hex color #710001 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710001 is #8EFFFE. Grayscale: #222222. Windows color (decimal): -9371647 or 65649. OLE color: 65649.

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

Color convert

RGB11301-
CMYK010.990.56
HSL359.47º100%22.16%-
HSV(B)359.47º100%44.31%-
XYZ6.823.510.35-
YUV33.9109.44184.42-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 99.12%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 1 (0.78% from 255) = 0.88%
R=99.12%
G=0%
B=0.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.99
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11301010.990.56359.4710022.16
Hex710106463381676416
Octal1610101441437054714426
Binary111000101011001001100011111000101100111110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710001; }

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

 H1.HeaderClassName
 {
   color: #710001;
 }
 .AnyTagClassName
 {
   color: #710001;
 }
</style>
background-color css

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

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

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

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

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

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