#750004

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

Shades of Sangria #750004

Tints of Sangria #750004

Color information

#750004 (or 0x750004) is unknown color: approx Sangria. HEX triplet: 75, 00 and 04. RGB value is (117,0,4). Sum of RGB (Red+Green+Blue) = 117+0+4=121 (16% of max value = 765). Red value is 117 (46.09% from 255 or 96.69% from 121); Green value is 0 (0.39% from 255 or 0% from 121); Blue value is 4 (1.95% from 255 or 3.31% from 121); Max value from RGB is 117 - color contains mainly: red. Hex color #750004 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750004 is #8AFFFB. Grayscale: #232323. Windows color (decimal): -9109500 or 262261. OLE color: 262261.

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

Color convert

RGB11704-
CMYK010.970.54
HSL357.95º100%22.94%-
HSV(B)357.95º100%45.88%-
XYZ7.363.790.46-
YUV35.44110.26186.17-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 96.69%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 4 (1.95% from 255) = 3.31%
R=96.69%
G=0%
B=3.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11704010.970.54357.9510022.94
Hex750406461361666417
Octal1650401441416654614427
Binary11101010100011001001100001110110101100110110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750004; }

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

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

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

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

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

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

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

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