Html Css Color HEX #910000 Dark Red

📋 copy color: '#910000'

red 145 ◦ green 0 ◦ blue 0

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

Shades of Dark Red #910000

Tints of Dark Red #910000

RGB

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

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

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

R = 100%
G = 0%
B = 0%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 1

 K value IS 0.43

RGB Variations

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

Color information

#910000 (or 0x910000) is known color: Dark Red. HEX triplet: 91, 00 and 00. RGB value is (145,0,0). Sum of RGB (Red+Green+Blue) = 145+0+0=145 (19% of max value = 765). Red value is 145 (57.03% from 255 or 100% from 145); Green value is 0 (0.39% from 255 or 0% from 145); Blue value is 0 (0.39% from 255 or 0% from 145); Max value from RGB is 145 - color contains mainly: red. Hex color #910000 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910000 is #6EFFFF. Grayscale: #2B2B2B. Windows color (decimal): -7274496 or 145. OLE color: 145.

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

Color convert

RGB 145 0 0 -
CMYK 0 1 1 0.43
HSL 1% 0.28% -
HSV(B) 1% 0.57% -
XYZ 11.68 6.02 0.55 -
YUV 43.36 103.54 200.5 -
System Red Green Blue C M Y K H S L
Decimal 145 0 0 0 1 1 0.43 0 1 0.28
Hex 91 0 0 0 64 64 2B 0 64 1C
Octal 221 0 0 0 144 144 53 0 144 34
Binary 10010001 0 0 0 1100100 1100100 101011 0 1100100 11100

Color Harmonies of #910000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910000

Black with #910000

Text Example


Text Example

White with #910000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910000; }

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

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

background-color css

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

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

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

border-color css

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

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

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