#930710

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

Shades of Sangria #930710

Tints of Sangria #930710

Color information

#930710 (or 0x930710) is unknown color: approx Sangria. HEX triplet: 93, 07 and 10. RGB value is (147,7,16). Sum of RGB (Red+Green+Blue) = 147+7+16=170 (22% of max value = 765). Red value is 147 (57.81% from 255 or 86.47% from 170); Green value is 7 (3.12% from 255 or 4.12% from 170); Blue value is 16 (6.64% from 255 or 9.41% from 170); Max value from RGB is 147 - color contains mainly: red. Hex color #930710 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #930710 is #6CF8EF. Grayscale: #313131. Windows color (decimal): -7141616 or 1050515. OLE color: 1050515.

HSL color Cylindrical-coordinate representation of color #930710: hue angle of 356.14º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #930710 is Cyan = 0, Magento = 0.95, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB147716-
CMYK00.950.890.42
HSL356.14º90.91%30.2%-
HSV(B)356.14º95.24%57.65%-
XYZ12.26.391.08-
YUV49.89108.88197.27-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 86.47%
GREEN value IS 7 (3.12% from 255) = 4.12%
BLUE value IS 16 (6.64% from 255) = 9.41%
R=86.47%
G=4.12%
B=9.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.89
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14771600.950.890.42356.1490.9130.2
Hex9371005F592A1645b1e
Octal22372001371315254413336
Binary1001001111110000010111111011001101010101100100101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930710; }

 p { color: rgb(147,7,16); }

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

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

 a { background-color: rgb(147,7,16); }

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

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

 span { border-color: rgb(147,7,16); }

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