#750002

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

Shades of Sangria #750002

Tints of Sangria #750002

Color information

#750002 (or 0x750002) is unknown color: approx Sangria. HEX triplet: 75, 00 and 02. RGB value is (117,0,2). Sum of RGB (Red+Green+Blue) = 117+0+2=119 (15% of max value = 765). Red value is 117 (46.09% from 255 or 98.32% from 119); Green value is 0 (0.39% from 255 or 0% from 119); Blue value is 2 (1.17% from 255 or 1.68% from 119); Max value from RGB is 117 - color contains mainly: red. Hex color #750002 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750002 is #8AFFFD. Grayscale: #232323. Windows color (decimal): -9109502 or 131189. OLE color: 131189.

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

Color convert

RGB11702-
CMYK010.980.54
HSL358.97º100%22.94%-
HSV(B)358.97º100%45.88%-
XYZ7.353.790.4-
YUV35.21109.26186.34-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 98.32%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 2 (1.17% from 255) = 1.68%
R=98.32%
G=0%
B=1.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.98
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11702010.980.54358.9710022.94
Hex750206462361676417
Octal1650201441426654714427
Binary1110101010011001001100010110110101100111110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750002; }

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

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

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

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

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

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

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

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