#750205

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

Shades of Sangria #750205

Tints of Sangria #750205

Color information

#750205 (or 0x750205) is unknown color: approx Sangria. HEX triplet: 75, 02 and 05. RGB value is (117,2,5). Sum of RGB (Red+Green+Blue) = 117+2+5=124 (16% of max value = 765). Red value is 117 (46.09% from 255 or 94.35% from 124); Green value is 2 (1.17% from 255 or 1.61% from 124); Blue value is 5 (2.34% from 255 or 4.03% from 124); Max value from RGB is 117 - color contains mainly: red. Hex color #750205 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750205 is #8AFDFA. Grayscale: #242424. Windows color (decimal): -9108987 or 328309. OLE color: 328309.

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

Color convert

RGB11725-
CMYK00.980.960.54
HSL358.43º96.64%23.33%-
HSV(B)358.43º98.29%45.88%-
XYZ7.393.840.49-
YUV36.73110.1185.26-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 94.35%
GREEN value IS 2 (1.17% from 255) = 1.61%
BLUE value IS 5 (2.34% from 255) = 4.03%
R=94.35%
G=1.61%
B=4.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.96
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1172500.980.960.54358.4396.6423.33
Hex752506260361666117
Octal1652501421406654614127
Binary111010110101011000101100000110110101100110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750205; }

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

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

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

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

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

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

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

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