Html Css Color HEX #910400 Dark Red

📋 copy color: '#910400'

red 145 ◦ green 4 ◦ blue 0

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

Shades of Dark Red #910400

Tints of Dark Red #910400

RGB

 RED value IS 145 (57.03% from 255) = 97.32%

 GREEN value IS 4 (1.95% from 255) = 2.68%

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

R = 97.32%
G = 2.68%
B = 0%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 1

 K value IS 0.43

RGB Variations

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

Color information

#910400 (or 0x910400) is known color: Dark Red. HEX triplet: 91, 04 and 00. RGB value is (145,4,0). Sum of RGB (Red+Green+Blue) = 145+4+0=149 (19% of max value = 765). Red value is 145 (57.03% from 255 or 97.32% from 149); Green value is 4 (1.95% from 255 or 2.68% from 149); Blue value is 0 (0.39% from 255 or 0% from 149); Max value from RGB is 145 - color contains mainly: red. Hex color #910400 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910400 is #6EFBFF. Grayscale: #2D2D2D. Windows color (decimal): -7273472 or 1169. OLE color: 1169.

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

Color convert

RGB 145 4 0 -
CMYK 0 0.97 1 0.43
HSL 1.66º 1% 0.28% -
HSV(B) 1.66º 1% 0.57% -
XYZ 11.72 6.11 0.56 -
YUV 45.7 102.21 198.83 -
System Red Green Blue C M Y K H S L
Decimal 145 4 0 0 0.97 1 0.43 1.66 1 0.28
Hex 91 4 0 0 61 64 2B 2 64 1C
Octal 221 4 0 0 141 144 53 2 144 34
Binary 10010001 100 0 0 1100001 1100100 101011 10 1100100 11100

Color Harmonies of #910400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910400

Black with #910400

Text Example


Text Example

White with #910400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910400; }

 p { color: rgb(145,4,0); }

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

background-color css

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

 a { background-color: rgb(145,4,0); }

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

border-color css

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

 span { border-color: rgb(145,4,0); }

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