#921D00

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

Shades of Dark Red #921D00

Tints of Dark Red #921D00

Color information

#921D00 (or 0x921D00) is unknown color: approx Dark Red. HEX triplet: 92, 1D and 00. RGB value is (146,29,0). Sum of RGB (Red+Green+Blue) = 146+29+0=175 (23% of max value = 765). Red value is 146 (57.42% from 255 or 83.43% from 175); Green value is 29 (11.72% from 255 or 16.57% from 175); Blue value is 0 (0.39% from 255 or 0% from 175); Max value from RGB is 146 - color contains mainly: red. Hex color #921D00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #921D00 is #6DE2FF. Grayscale: #3C3C3C. Windows color (decimal): -7201536 or 7570. OLE color: 7570.

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

Color convert

RGB146290-
CMYK00.8010.43
HSL11.92º100%28.63%-
HSV(B)11.92º100%57.25%-
XYZ12.296.990.7-
YUV60.6893.76188.86-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 83.43%
GREEN value IS 29 (11.72% from 255) = 16.57%
BLUE value IS 0 (0.39% from 255) = 0%
R=83.43%
G=16.57%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 1
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14629000.8010.4311.9210028.63
Hex921D0050642Bc641d
Octal2223500120144531414435
Binary100100101110100101000011001001010111100110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #921D00; }

 p { color: rgb(146,29,0); }

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

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

 a { background-color: rgb(146,29,0); }

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

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

 span { border-color: rgb(146,29,0); }

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