#750207

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

Shades of Sangria #750207

Tints of Sangria #750207

Color information

#750207 (or 0x750207) is unknown color: approx Sangria. HEX triplet: 75, 02 and 07. RGB value is (117,2,7). Sum of RGB (Red+Green+Blue) = 117+2+7=126 (16% of max value = 765). Red value is 117 (46.09% from 255 or 92.86% from 126); Green value is 2 (1.17% from 255 or 1.59% from 126); Blue value is 7 (3.12% from 255 or 5.56% from 126); Max value from RGB is 117 - color contains mainly: red. Hex color #750207 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750207 is #8AFDF8. Grayscale: #252525. Windows color (decimal): -9108985 or 459381. OLE color: 459381.

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

Color convert

RGB11727-
CMYK00.980.940.54
HSL357.39º96.64%23.33%-
HSV(B)357.39º98.29%45.88%-
XYZ7.43.840.55-
YUV36.96111.1185.09-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 92.86%
GREEN value IS 2 (1.17% from 255) = 1.59%
BLUE value IS 7 (3.12% from 255) = 5.56%
R=92.86%
G=1.59%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.94
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1172700.980.940.54357.3996.6423.33
Hex75270625E361656117
Octal1652701421366654514127
Binary111010110111011000101011110110110101100101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750207; }

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

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

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

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

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

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

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

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