#940810

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

Shades of Sangria #940810

Tints of Sangria #940810

Color information

#940810 (or 0x940810) is unknown color: approx Sangria. HEX triplet: 94, 08 and 10. RGB value is (148,8,16). Sum of RGB (Red+Green+Blue) = 148+8+16=172 (22% of max value = 765). Red value is 148 (58.20% from 255 or 86.05% from 172); Green value is 8 (3.52% from 255 or 4.65% from 172); Blue value is 16 (6.64% from 255 or 9.30% from 172); Max value from RGB is 148 - color contains mainly: red. Hex color #940810 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940810 is #6BF7EF. Grayscale: #323232. Windows color (decimal): -7075824 or 1050772. OLE color: 1050772.

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

Color convert

RGB148816-
CMYK00.950.890.42
HSL356.57º89.74%30.59%-
HSV(B)356.57º94.59%58.04%-
XYZ12.396.511.09-
YUV50.77108.38197.35-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 86.05%
GREEN value IS 8 (3.52% from 255) = 4.65%
BLUE value IS 16 (6.64% from 255) = 9.30%
R=86.05%
G=4.65%
B=9.30%

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
Decimal14881600.950.890.42356.5789.7430.59
Hex9481005F592A1655a1f
Octal224102001371315254513237
Binary10010100100010000010111111011001101010101100101101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940810; }

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

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

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

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

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

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

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

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