#920204

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

Shades of Sangria #920204

Tints of Sangria #920204

Color information

#920204 (or 0x920204) is unknown color: approx Sangria. HEX triplet: 92, 02 and 04. RGB value is (146,2,4). Sum of RGB (Red+Green+Blue) = 146+2+4=152 (20% of max value = 765). Red value is 146 (57.42% from 255 or 96.05% from 152); Green value is 2 (1.17% from 255 or 1.32% from 152); Blue value is 4 (1.95% from 255 or 2.63% from 152); Max value from RGB is 146 - color contains mainly: red. Hex color #920204 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920204 is #6DFDFB. Grayscale: #2D2D2D. Windows color (decimal): -7208444 or 262802. OLE color: 262802.

HSL color Cylindrical-coordinate representation of color #920204: hue angle of 359.17º 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 #920204 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.43.

Color convert

RGB14624-
CMYK00.990.970.43
HSL359.17º97.3%29.02%-
HSV(B)359.17º98.63%57.25%-
XYZ11.96.160.68-
YUV45.28104.71199.84-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 96.05%
GREEN value IS 2 (1.17% from 255) = 1.32%
BLUE value IS 4 (1.95% from 255) = 2.63%
R=96.05%
G=1.32%
B=2.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.97
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1462400.990.970.43359.1797.329.02
Hex9224063612B167611d
Octal2222401431415354714135
Binary1001001010100011000111100001101011101100111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920204; }

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

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

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

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

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

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

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

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