#940310

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

Shades of Sangria #940310

Tints of Sangria #940310

Color information

#940310 (or 0x940310) is unknown color: approx Sangria. HEX triplet: 94, 03 and 10. RGB value is (148,3,16). Sum of RGB (Red+Green+Blue) = 148+3+16=167 (22% of max value = 765). Red value is 148 (58.20% from 255 or 88.62% from 167); Green value is 3 (1.56% from 255 or 1.80% from 167); Blue value is 16 (6.64% from 255 or 9.58% from 167); Max value from RGB is 148 - color contains mainly: red. Hex color #940310 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940310 is #6BFCEF. Grayscale: #2F2F2F. Windows color (decimal): -7077104 or 1049492. OLE color: 1049492.

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

Color convert

RGB148316-
CMYK00.980.890.42
HSL354.62º96.03%29.61%-
HSV(B)354.62º97.97%58.04%-
XYZ12.346.41.07-
YUV47.84110.04199.44-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 88.62%
GREEN value IS 3 (1.56% from 255) = 1.80%
BLUE value IS 16 (6.64% from 255) = 9.58%
R=88.62%
G=1.80%
B=9.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.89
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14831600.980.890.42354.6296.0329.61
Hex94310062592A163601e
Octal22432001421315254314036
Binary100101001110000011000101011001101010101100011110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940310; }

 p { color: rgb(148,3,16); }

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

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

 a { background-color: rgb(148,3,16); }

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

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

 span { border-color: rgb(148,3,16); }

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