Html Css Color HEX #910200 Dark Red

📋 copy color: '#910200'

red 145 ◦ green 2 ◦ blue 0

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

Shades of Dark Red #910200

Tints of Dark Red #910200

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.36%

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

R = 98.64%
G = 1.36%
B = 0%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 1

 K value IS 0.43

RGB Variations

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

Color information

#910200 (or 0x910200) is known color: Dark Red. HEX triplet: 91, 02 and 00. RGB value is (145,2,0). Sum of RGB (Red+Green+Blue) = 145+2+0=147 (19% of max value = 765). Red value is 145 (57.03% from 255 or 98.64% from 147); Green value is 2 (1.17% from 255 or 1.36% from 147); Blue value is 0 (0.39% from 255 or 0% from 147); Max value from RGB is 145 - color contains mainly: red. Hex color #910200 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910200 is #6EFDFF. Grayscale: #2C2C2C. Windows color (decimal): -7273984 or 657. OLE color: 657.

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

Color convert

RGB 145 2 0 -
CMYK 0 0.99 1 0.43
HSL 0.83º 1% 0.28% -
HSV(B) 0.83º 1% 0.57% -
XYZ 11.7 6.06 0.55 -
YUV 44.53 102.88 199.66 -
System Red Green Blue C M Y K H S L
Decimal 145 2 0 0 0.99 1 0.43 0.83 1 0.28
Hex 91 2 0 0 63 64 2B 1 64 1C
Octal 221 2 0 0 143 144 53 1 144 34
Binary 10010001 10 0 0 1100011 1100100 101011 1 1100100 11100

Color Harmonies of #910200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910200

Black with #910200

Text Example


Text Example

White with #910200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910200; }

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

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

background-color css

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

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

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

border-color css

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

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

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