#940203

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

Shades of Sangria #940203

Tints of Sangria #940203

Color information

#940203 (or 0x940203) is unknown color: approx Sangria. HEX triplet: 94, 02 and 03. RGB value is (148,2,3). Sum of RGB (Red+Green+Blue) = 148+2+3=153 (20% of max value = 765). Red value is 148 (58.20% from 255 or 96.73% from 153); Green value is 2 (1.17% from 255 or 1.31% from 153); Blue value is 3 (1.56% from 255 or 1.96% from 153); Max value from RGB is 148 - color contains mainly: red. Hex color #940203 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940203 is #6BFDFC. Grayscale: #2D2D2D. Windows color (decimal): -7077373 or 197268. OLE color: 197268.

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

Color convert

RGB14823-
CMYK00.990.980.42
HSL359.59º97.33%29.41%-
HSV(B)359.59º98.65%58.04%-
XYZ12.256.350.67-
YUV45.77103.87200.92-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 96.73%
GREEN value IS 2 (1.17% from 255) = 1.31%
BLUE value IS 3 (1.56% from 255) = 1.96%
R=96.73%
G=1.31%
B=1.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.98
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1482300.990.980.42359.5997.3329.41
Hex9423063622A168611d
Octal2242301431425255014135
Binary100101001011011000111100010101010101101000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940203; }

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

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

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

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

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

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

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

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