#750208

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

Shades of Sangria #750208

Tints of Sangria #750208

Color information

#750208 (or 0x750208) is unknown color: approx Sangria. HEX triplet: 75, 02 and 08. RGB value is (117,2,8). Sum of RGB (Red+Green+Blue) = 117+2+8=127 (16% of max value = 765). Red value is 117 (46.09% from 255 or 92.13% from 127); Green value is 2 (1.17% from 255 or 1.57% from 127); Blue value is 8 (3.52% from 255 or 6.30% from 127); Max value from RGB is 117 - color contains mainly: red. Hex color #750208 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750208 is #8AFDF7. Grayscale: #252525. Windows color (decimal): -9108984 or 524917. OLE color: 524917.

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

Color convert

RGB11728-
CMYK00.980.930.54
HSL356.87º96.64%23.33%-
HSV(B)356.87º98.29%45.88%-
XYZ7.43.840.58-
YUV37.07111.6185.01-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 92.13%
GREEN value IS 2 (1.17% from 255) = 1.57%
BLUE value IS 8 (3.52% from 255) = 6.30%
R=92.13%
G=1.57%
B=6.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.93
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1172800.980.930.54356.8796.6423.33
Hex75280625D361656117
Octal16521001421356654514127
Binary1110101101000011000101011101110110101100101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750208; }

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

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

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

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

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

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

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

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