#75080B

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

Shades of Sangria #75080B

Tints of Sangria #75080B

Color information

#75080B (or 0x75080B) is unknown color: approx Sangria. HEX triplet: 75, 08 and 0B. RGB value is (117,8,11). Sum of RGB (Red+Green+Blue) = 117+8+11=136 (18% of max value = 765). Red value is 117 (46.09% from 255 or 86.03% from 136); Green value is 8 (3.52% from 255 or 5.88% from 136); Blue value is 11 (4.69% from 255 or 8.09% from 136); Max value from RGB is 117 - color contains mainly: red. Hex color #75080B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #75080B is #8AF7F4. Grayscale: #292929. Windows color (decimal): -9107445 or 723061. OLE color: 723061.

HSL color Cylindrical-coordinate representation of color #75080B: hue angle of 358.35º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #75080B is Cyan = 0, Magento = 0.93, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB117811-
CMYK00.930.910.54
HSL358.35º87.2%24.51%-
HSV(B)358.35º93.16%45.88%-
XYZ7.483.980.69-
YUV40.93111.11182.26-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 86.03%
GREEN value IS 8 (3.52% from 255) = 5.88%
BLUE value IS 11 (4.69% from 255) = 8.09%
R=86.03%
G=5.88%
B=8.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11781100.930.910.54358.3587.224.51
Hex758B05D5B361665719
Octal165101301351336654612731
Binary111010110001011010111011011011110110101100110101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75080B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75080B; }

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

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

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

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

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

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

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

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