#940512

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

Shades of Sangria #940512

Tints of Sangria #940512

Color information

#940512 (or 0x940512) is unknown color: approx Sangria. HEX triplet: 94, 05 and 12. RGB value is (148,5,18). Sum of RGB (Red+Green+Blue) = 148+5+18=171 (22% of max value = 765). Red value is 148 (58.20% from 255 or 86.55% from 171); Green value is 5 (2.34% from 255 or 2.92% from 171); Blue value is 18 (7.42% from 255 or 10.53% from 171); Max value from RGB is 148 - color contains mainly: red. Hex color #940512 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940512 is #6BFAED. Grayscale: #313131. Windows color (decimal): -7076590 or 1181076. OLE color: 1181076.

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

Color convert

RGB148518-
CMYK00.970.880.42
HSL354.55º93.46%30%-
HSV(B)354.55º96.62%58.04%-
XYZ12.386.451.16-
YUV49.24110.38198.44-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 86.55%
GREEN value IS 5 (2.34% from 255) = 2.92%
BLUE value IS 18 (7.42% from 255) = 10.53%
R=86.55%
G=2.92%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.88
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14851800.970.880.42354.5593.4630
Hex94512061582A1635d1e
Octal22452201411305254313536
Binary1001010010110010011000011011000101010101100011101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940512; }

 p { color: rgb(148,5,18); }

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

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

 a { background-color: rgb(148,5,18); }

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

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

 span { border-color: rgb(148,5,18); }

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