#750204

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

Shades of Sangria #750204

Tints of Sangria #750204

Color information

#750204 (or 0x750204) is unknown color: approx Sangria. HEX triplet: 75, 02 and 04. RGB value is (117,2,4). Sum of RGB (Red+Green+Blue) = 117+2+4=123 (16% of max value = 765). Red value is 117 (46.09% from 255 or 95.12% from 123); Green value is 2 (1.17% from 255 or 1.63% from 123); Blue value is 4 (1.95% from 255 or 3.25% from 123); Max value from RGB is 117 - color contains mainly: red. Hex color #750204 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750204 is #8AFDFB. Grayscale: #242424. Windows color (decimal): -9108988 or 262773. OLE color: 262773.

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

Color convert

RGB11724-
CMYK00.980.970.54
HSL358.96º96.64%23.33%-
HSV(B)358.96º98.29%45.88%-
XYZ7.383.830.47-
YUV36.61109.6185.34-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 95.12%
GREEN value IS 2 (1.17% from 255) = 1.63%
BLUE value IS 4 (1.95% from 255) = 3.25%
R=95.12%
G=1.63%
B=3.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1172400.980.970.54358.9696.6423.33
Hex752406261361676117
Octal1652401421416654714127
Binary111010110100011000101100001110110101100111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750204; }

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

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

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

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

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

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

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

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