#921B00

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

Shades of Dark Red #921B00

Tints of Dark Red #921B00

Color information

#921B00 (or 0x921B00) is unknown color: approx Dark Red. HEX triplet: 92, 1B and 00. RGB value is (146,27,0). Sum of RGB (Red+Green+Blue) = 146+27+0=173 (22% of max value = 765). Red value is 146 (57.42% from 255 or 84.39% from 173); Green value is 27 (10.94% from 255 or 15.61% from 173); Blue value is 0 (0.39% from 255 or 0% from 173); Max value from RGB is 146 - color contains mainly: red. Hex color #921B00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #921B00 is #6DE4FF. Grayscale: #3B3B3B. Windows color (decimal): -7202048 or 7058. OLE color: 7058.

HSL color Cylindrical-coordinate representation of color #921B00: hue angle of 11.1º 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 #921B00 is Cyan = 0, Magento = 0.82, Yellow = 1 and Black (K on CMYK) = 0.43.

Color convert

RGB146270-
CMYK00.8210.43
HSL11.1º100%28.63%-
HSV(B)11.1º100%57.25%-
XYZ12.256.890.69-
YUV59.594.42189.7-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 84.39%
GREEN value IS 27 (10.94% from 255) = 15.61%
BLUE value IS 0 (0.39% from 255) = 0%
R=84.39%
G=15.61%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 1
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14627000.8210.4311.110028.63
Hex921B0052642Bb641d
Octal2223300122144531314435
Binary100100101101100101001011001001010111011110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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