#920203

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

Shades of Sangria #920203

Tints of Sangria #920203

Color information

#920203 (or 0x920203) is unknown color: approx Sangria. HEX triplet: 92, 02 and 03. RGB value is (146,2,3). Sum of RGB (Red+Green+Blue) = 146+2+3=151 (20% of max value = 765). Red value is 146 (57.42% from 255 or 96.69% from 151); Green value is 2 (1.17% from 255 or 1.32% from 151); Blue value is 3 (1.56% from 255 or 1.99% from 151); Max value from RGB is 146 - color contains mainly: red. Hex color #920203 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920203 is #6DFDFC. Grayscale: #2D2D2D. Windows color (decimal): -7208445 or 197266. OLE color: 197266.

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

Color convert

RGB14623-
CMYK00.990.980.43
HSL359.58º97.3%29.02%-
HSV(B)359.58º98.63%57.25%-
XYZ11.896.160.65-
YUV45.17104.21199.92-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 96.69%
GREEN value IS 2 (1.17% from 255) = 1.32%
BLUE value IS 3 (1.56% from 255) = 1.99%
R=96.69%
G=1.32%
B=1.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.98
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1462300.990.980.43359.5897.329.02
Hex9223063622B168611d
Octal2222301431425355014135
Binary100100101011011000111100010101011101101000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920203; }

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

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

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

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

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

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

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

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