#750001

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

Shades of Sangria #750001

Tints of Sangria #750001

Color information

#750001 (or 0x750001) is unknown color: approx Sangria. HEX triplet: 75, 00 and 01. RGB value is (117,0,1). Sum of RGB (Red+Green+Blue) = 117+0+1=118 (15% of max value = 765). Red value is 117 (46.09% from 255 or 99.15% from 118); Green value is 0 (0.39% from 255 or 0% from 118); Blue value is 1 (0.78% from 255 or 0.85% from 118); Max value from RGB is 117 - color contains mainly: red. Hex color #750001 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750001 is #8AFFFE. Grayscale: #232323. Windows color (decimal): -9109503 or 65653. OLE color: 65653.

HSL color Cylindrical-coordinate representation of color #750001: hue angle of 359.49º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #750001 is Cyan = 0, Magento = 1, Yellow = 0.99 and Black (K on CMYK) = 0.54.

Color convert

RGB11701-
CMYK010.990.54
HSL359.49º100%22.94%-
HSV(B)359.49º100%45.88%-
XYZ7.343.780.37-
YUV35.1108.76186.42-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 99.15%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 1 (0.78% from 255) = 0.85%
R=99.15%
G=0%
B=0.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.99
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11701010.990.54359.4910022.94
Hex750106463361676417
Octal1650101441436654714427
Binary111010101011001001100011110110101100111110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750001; }

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

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

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

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

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

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

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

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