#750006

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

Shades of Sangria #750006

Tints of Sangria #750006

Color information

#750006 (or 0x750006) is unknown color: approx Sangria. HEX triplet: 75, 00 and 06. RGB value is (117,0,6). Sum of RGB (Red+Green+Blue) = 117+0+6=123 (16% of max value = 765). Red value is 117 (46.09% from 255 or 95.12% from 123); Green value is 0 (0.39% from 255 or 0% from 123); Blue value is 6 (2.73% from 255 or 4.88% from 123); Max value from RGB is 117 - color contains mainly: red. Hex color #750006 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750006 is #8AFFF9. Grayscale: #232323. Windows color (decimal): -9109498 or 393333. OLE color: 393333.

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

Color convert

RGB11706-
CMYK010.950.54
HSL356.92º100%22.94%-
HSV(B)356.92º100%45.88%-
XYZ7.373.80.52-
YUV35.67111.26186.01-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 95.12%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 6 (2.73% from 255) = 4.88%
R=95.12%
G=0%
B=4.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.95
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11706010.950.54356.9210022.94
Hex75060645F361656417
Octal1650601441376654514427
Binary11101010110011001001011111110110101100101110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750006; }

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

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

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

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

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

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

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

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