#921504

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

Shades of Dark Red #921504

Tints of Dark Red #921504

Color information

#921504 (or 0x921504) is unknown color: approx Dark Red. HEX triplet: 92, 15 and 04. RGB value is (146,21,4). Sum of RGB (Red+Green+Blue) = 146+21+4=171 (22% of max value = 765). Red value is 146 (57.42% from 255 or 85.38% from 171); Green value is 21 (8.59% from 255 or 12.28% from 171); Blue value is 4 (1.95% from 255 or 2.34% from 171); Max value from RGB is 146 - color contains mainly: red. Hex color #921504 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #921504 is #6DEAFB. Grayscale: #383838. Windows color (decimal): -7203580 or 267666. OLE color: 267666.

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

Color convert

RGB146214-
CMYK00.860.970.43
HSL7.18º94.67%29.41%-
HSV(B)7.18º97.26%57.25%-
XYZ12.146.660.76-
YUV56.4498.41191.88-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 85.38%
GREEN value IS 21 (8.59% from 255) = 12.28%
BLUE value IS 4 (1.95% from 255) = 2.34%
R=85.38%
G=12.28%
B=2.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.97
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14621400.860.970.437.1894.6729.41
Hex92154056612B75f1d
Octal222254012614153713735
Binary1001001010101100010101101100001101011111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #921504; }

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

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

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

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

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

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

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

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