#750108

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

Shades of Sangria #750108

Tints of Sangria #750108

Color information

#750108 (or 0x750108) is unknown color: approx Sangria. HEX triplet: 75, 01 and 08. RGB value is (117,1,8). Sum of RGB (Red+Green+Blue) = 117+1+8=126 (16% of max value = 765). Red value is 117 (46.09% from 255 or 92.86% from 126); Green value is 1 (0.78% from 255 or 0.79% from 126); Blue value is 8 (3.52% from 255 or 6.35% from 126); Max value from RGB is 117 - color contains mainly: red. Hex color #750108 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750108 is #8AFEF7. Grayscale: #242424. Windows color (decimal): -9109240 or 524661. OLE color: 524661.

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

Color convert

RGB11718-
CMYK00.990.930.54
HSL356.38º98.31%23.14%-
HSV(B)356.38º99.15%45.88%-
XYZ7.393.820.58-
YUV36.48111.93185.43-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 92.86%
GREEN value IS 1 (0.78% from 255) = 0.79%
BLUE value IS 8 (3.52% from 255) = 6.35%
R=92.86%
G=0.79%
B=6.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.93
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171800.990.930.54356.3898.3123.14
Hex75180635D361646217
Octal16511001431356654414227
Binary111010111000011000111011101110110101100100110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750108; }

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

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

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

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

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

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

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

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