#930A0D

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

Shades of Sangria #930A0D

Tints of Sangria #930A0D

Color information

#930A0D (or 0x930A0D) is unknown color: approx Sangria. HEX triplet: 93, 0A and 0D. RGB value is (147,10,13). Sum of RGB (Red+Green+Blue) = 147+10+13=170 (22% of max value = 765). Red value is 147 (57.81% from 255 or 86.47% from 170); Green value is 10 (4.30% from 255 or 5.88% from 170); Blue value is 13 (5.47% from 255 or 7.65% from 170); Max value from RGB is 147 - color contains mainly: red. Hex color #930A0D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #930A0D is #6CF5F2. Grayscale: #333333. Windows color (decimal): -7140851 or 854675. OLE color: 854675.

HSL color Cylindrical-coordinate representation of color #930A0D: hue angle of 358.69º degrees, saturation: 0.87, 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 #930A0D is Cyan = 0, Magento = 0.93, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB1471013-
CMYK00.930.910.42
HSL358.69º87.26%30.78%-
HSV(B)358.69º93.2%57.65%-
XYZ12.216.450.98-
YUV51.3106.39196.26-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 86.47%
GREEN value IS 10 (4.30% from 255) = 5.88%
BLUE value IS 13 (5.47% from 255) = 7.65%
R=86.47%
G=5.88%
B=7.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147101300.930.910.42358.6987.2630.78
Hex93AD05D5B2A167571f
Octal223121501351335254712737
Binary1001001110101101010111011011011101010101100111101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,10,13); }

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

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

 a { background-color: rgb(147,10,13); }

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

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

 span { border-color: rgb(147,10,13); }

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