Html Css Color HEX #910500 Dark Red

📋 copy color: '#910500'

red 145 ◦ green 5 ◦ blue 0

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

Shades of Dark Red #910500

Tints of Dark Red #910500

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.33%

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

R = 96.67%
G = 3.33%
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

#910500 (or 0x910500) is known color: Dark Red. HEX triplet: 91, 05 and 00. RGB value is (145,5,0). Sum of RGB (Red+Green+Blue) = 145+5+0=150 (19% of max value = 765). Red value is 145 (57.03% from 255 or 96.67% from 150); Green value is 5 (2.34% from 255 or 3.33% from 150); Blue value is 0 (0.39% from 255 or 0% from 150); Max value from RGB is 145 - color contains mainly: red. Hex color #910500 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910500 is #6EFAFF. Grayscale: #2E2E2E. Windows color (decimal): -7273216 or 1425. OLE color: 1425.

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

Color convert

RGB 145 5 0 -
CMYK 0 0.97 1 0.43
HSL 2.07º 1% 0.28% -
HSV(B) 2.07º 1% 0.57% -
XYZ 11.73 6.13 0.56 -
YUV 46.29 101.88 198.41 -
System Red Green Blue C M Y K H S L
Decimal 145 5 0 0 0.97 1 0.43 2.07 1 0.28
Hex 91 5 0 0 61 64 2B 2 64 1C
Octal 221 5 0 0 141 144 53 2 144 34
Binary 10010001 101 0 0 1100001 1100100 101011 10 1100100 11100

Color Harmonies of #910500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910500

Black with #910500

Text Example


Text Example

White with #910500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910500; }

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

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

background-color css

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

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

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

border-color css

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

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

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