#930B13

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

Shades of Sangria #930B13

Tints of Sangria #930B13

Color information

#930B13 (or 0x930B13) is unknown color: approx Sangria. HEX triplet: 93, 0B and 13. RGB value is (147,11,19). Sum of RGB (Red+Green+Blue) = 147+11+19=177 (23% of max value = 765). Red value is 147 (57.81% from 255 or 83.05% from 177); Green value is 11 (4.69% from 255 or 6.21% from 177); Blue value is 19 (7.81% from 255 or 10.73% from 177); Max value from RGB is 147 - color contains mainly: red. Hex color #930B13 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #930B13 is #6CF4EC. Grayscale: #343434. Windows color (decimal): -7140589 or 1248147. OLE color: 1248147.

HSL color Cylindrical-coordinate representation of color #930B13: hue angle of 356.47º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #930B13 is Cyan = 0, Magento = 0.93, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB1471119-
CMYK00.930.870.42
HSL356.47º86.08%30.98%-
HSV(B)356.47º92.52%57.65%-
XYZ12.276.491.22-
YUV52.58109.06195.35-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 83.05%
GREEN value IS 11 (4.69% from 255) = 6.21%
BLUE value IS 19 (7.81% from 255) = 10.73%
R=83.05%
G=6.21%
B=10.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.87
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147111900.930.870.42356.4786.0830.98
Hex93B1305D572A164561f
Octal223132301351275254412637
Binary10010011101110011010111011010111101010101100100101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930B13; }

 p { color: rgb(147,11,19); }

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

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

 a { background-color: rgb(147,11,19); }

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

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

 span { border-color: rgb(147,11,19); }

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