#921507

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

Shades of Dark Red #921507

Tints of Dark Red #921507

Color information

#921507 (or 0x921507) is unknown color: approx Dark Red. HEX triplet: 92, 15 and 07. RGB value is (146,21,7). Sum of RGB (Red+Green+Blue) = 146+21+7=174 (23% of max value = 765). Red value is 146 (57.42% from 255 or 83.91% from 174); Green value is 21 (8.59% from 255 or 12.07% from 174); Blue value is 7 (3.12% from 255 or 4.02% from 174); Max value from RGB is 146 - color contains mainly: red. Hex color #921507 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #921507 is #6DEAF8. Grayscale: #383838. Windows color (decimal): -7203577 or 464274. OLE color: 464274.

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

Color convert

RGB146217-
CMYK00.860.950.43
HSL6.04º90.85%30%-
HSV(B)6.04º95.21%57.25%-
XYZ12.166.660.85-
YUV56.7899.91191.64-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 83.91%
GREEN value IS 21 (8.59% from 255) = 12.07%
BLUE value IS 7 (3.12% from 255) = 4.02%
R=83.91%
G=12.07%
B=4.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.95
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14621700.860.950.436.0490.8530
Hex921570565F2B65b1e
Octal222257012613753613336
Binary1001001010101111010101101011111101011110101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #921507; }

 p { color: rgb(146,21,7); }

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

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

 a { background-color: rgb(146,21,7); }

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

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

 span { border-color: rgb(146,21,7); }

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