Html Css Color HEX #921300 Dark Red

📋 copy color: '#921300'

red 146 ◦ green 19 ◦ blue 0

#921300
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Red #921300

Tints of Dark Red #921300

RGB

 RED value IS 146 (57.42% from 255) = 88.48%

 GREEN value IS 19 (7.81% from 255) = 11.52%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 88.48%
G = 11.52%
B = 0%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 1

 K value IS 0.43

RGB Variations

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

Color information

#921300 (or 0x921300) is known color: Dark Red. HEX triplet: 92, 13 and 00. RGB value is (146,19,0). Sum of RGB (Red+Green+Blue) = 146+19+0=165 (21% of max value = 765). Red value is 146 (57.42% from 255 or 88.48% from 165); Green value is 19 (7.81% from 255 or 11.52% from 165); Blue value is 0 (0.39% from 255 or 0% from 165); Max value from RGB is 146 - color contains mainly: red. Hex color #921300 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #921300 is #6DECFF. Grayscale: #373737. Windows color (decimal): -7204096 or 5010. OLE color: 5010.

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

Color convert

RGB 146 19 0 -
CMYK 0 0.87 1 0.43
HSL 7.81º 1% 0.29% -
HSV(B) 7.81º 1% 0.57% -
XYZ 12.09 6.58 0.63 -
YUV 54.81 97.08 193.04 -
System Red Green Blue C M Y K H S L
Decimal 146 19 0 0 0.87 1 0.43 7.81 1 0.29
Hex 92 13 0 0 57 64 2B 8 64 1D
Octal 222 23 0 0 127 144 53 10 144 35
Binary 10010010 10011 0 0 1010111 1100100 101011 1000 1100100 11101

Color Harmonies of #921300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921300

Black with #921300

Text Example


Text Example

White with #921300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #921300; }

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

 H1.HeaderClassName
 {
   color: #921300;
 }
 .AnyTagClassName
 {
   color: #921300;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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