#930A0F

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

Shades of Sangria #930A0F

Tints of Sangria #930A0F

Color information

#930A0F (or 0x930A0F) is unknown color: approx Sangria. HEX triplet: 93, 0A and 0F. RGB value is (147,10,15). Sum of RGB (Red+Green+Blue) = 147+10+15=172 (22% of max value = 765). Red value is 147 (57.81% from 255 or 85.47% from 172); Green value is 10 (4.30% from 255 or 5.81% from 172); Blue value is 15 (6.25% from 255 or 8.72% from 172); Max value from RGB is 147 - color contains mainly: red. Hex color #930A0F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #930A0F is #6CF5F0. Grayscale: #333333. Windows color (decimal): -7140849 or 985747. OLE color: 985747.

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

Color convert

RGB1471015-
CMYK00.930.900.42
HSL357.81º87.26%30.78%-
HSV(B)357.81º93.2%57.65%-
XYZ12.236.451.05-
YUV51.53107.39196.09-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 85.47%
GREEN value IS 10 (4.30% from 255) = 5.81%
BLUE value IS 15 (6.25% from 255) = 8.72%
R=85.47%
G=5.81%
B=8.72%

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
Decimal147101500.930.900.42357.8187.2630.78
Hex93AF05D5A2A166571f
Octal223121701351325254612737
Binary1001001110101111010111011011010101010101100110101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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