#920310

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

Shades of Sangria #920310

Tints of Sangria #920310

Color information

#920310 (or 0x920310) is unknown color: approx Sangria. HEX triplet: 92, 03 and 10. RGB value is (146,3,16). Sum of RGB (Red+Green+Blue) = 146+3+16=165 (21% of max value = 765). Red value is 146 (57.42% from 255 or 88.48% from 165); Green value is 3 (1.56% from 255 or 1.82% from 165); Blue value is 16 (6.64% from 255 or 9.70% from 165); Max value from RGB is 146 - color contains mainly: red. Hex color #920310 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920310 is #6DFCEF. Grayscale: #2F2F2F. Windows color (decimal): -7208176 or 1049490. OLE color: 1049490.

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

Color convert

RGB146316-
CMYK00.980.890.43
HSL354.55º95.97%29.22%-
HSV(B)354.55º97.95%57.25%-
XYZ11.986.211.06-
YUV47.24110.38198.44-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 88.48%
GREEN value IS 3 (1.56% from 255) = 1.82%
BLUE value IS 16 (6.64% from 255) = 9.70%
R=88.48%
G=1.82%
B=9.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.89
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14631600.980.890.43354.5595.9729.22
Hex92310062592B163601d
Octal22232001421315354314035
Binary100100101110000011000101011001101011101100011110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920310; }

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

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

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

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

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

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

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

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