#921309

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

Shades of Dark Red #921309

Tints of Dark Red #921309

Color information

#921309 (or 0x921309) is unknown color: approx Dark Red. HEX triplet: 92, 13 and 09. RGB value is (146,19,9). Sum of RGB (Red+Green+Blue) = 146+19+9=174 (23% of max value = 765). Red value is 146 (57.42% from 255 or 83.91% from 174); Green value is 19 (7.81% from 255 or 10.92% from 174); Blue value is 9 (3.91% from 255 or 5.17% from 174); Max value from RGB is 146 - color contains mainly: red. Hex color #921309 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #921309 is #6DECF6. Grayscale: #383838. Windows color (decimal): -7204087 or 594834. OLE color: 594834.

HSL color Cylindrical-coordinate representation of color #921309: hue angle of 4.38º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #921309 is Cyan = 0, Magento = 0.87, Yellow = 0.94 and Black (K on CMYK) = 0.43.

Color convert

RGB146199-
CMYK00.870.940.43
HSL4.38º88.39%30.39%-
HSV(B)4.38º93.84%57.25%-
XYZ12.146.60.89-
YUV55.83101.58192.31-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 83.91%
GREEN value IS 19 (7.81% from 255) = 10.92%
BLUE value IS 9 (3.91% from 255) = 5.17%
R=83.91%
G=10.92%
B=5.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.94
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14619900.870.940.434.3888.3930.39
Hex921390575E2B4581e
Octal2222311012713653413036
Binary10010010100111001010101111011110101011100101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #921309; }

 p { color: rgb(146,19,9); }

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

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

 a { background-color: rgb(146,19,9); }

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

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

 span { border-color: rgb(146,19,9); }

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