#930A0E

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

Shades of Sangria #930A0E

Tints of Sangria #930A0E

Color information

#930A0E (or 0x930A0E) is unknown color: approx Sangria. HEX triplet: 93, 0A and 0E. RGB value is (147,10,14). Sum of RGB (Red+Green+Blue) = 147+10+14=171 (22% of max value = 765). Red value is 147 (57.81% from 255 or 85.96% from 171); Green value is 10 (4.30% from 255 or 5.85% from 171); Blue value is 14 (5.86% from 255 or 8.19% from 171); Max value from RGB is 147 - color contains mainly: red. Hex color #930A0E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #930A0E is #6CF5F1. Grayscale: #333333. Windows color (decimal): -7140850 or 920211. OLE color: 920211.

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

Color convert

RGB1471014-
CMYK00.930.900.42
HSL358.25º87.26%30.78%-
HSV(B)358.25º93.2%57.65%-
XYZ12.226.451.02-
YUV51.42106.89196.17-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 85.96%
GREEN value IS 10 (4.30% from 255) = 5.85%
BLUE value IS 14 (5.86% from 255) = 8.19%
R=85.96%
G=5.85%
B=8.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.90
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147101400.930.900.42358.2587.2630.78
Hex93AE05D5A2A166571f
Octal223121601351325254612737
Binary1001001110101110010111011011010101010101100110101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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