Html Css Color HEX #951100 Dark Red

📋 copy color: '#951100'

red 149 ◦ green 17 ◦ blue 0

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

Shades of Dark Red #951100

Tints of Dark Red #951100

RGB

 RED value IS 149 (58.59% from 255) = 89.76%

 GREEN value IS 17 (7.03% from 255) = 10.24%

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

R = 89.76%
G = 10.24%
B = 0%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#951100 (or 0x951100) is known color: Dark Red. HEX triplet: 95, 11 and 00. RGB value is (149,17,0). Sum of RGB (Red+Green+Blue) = 149+17+0=166 (21% of max value = 765). Red value is 149 (58.59% from 255 or 89.76% from 166); Green value is 17 (7.03% from 255 or 10.24% from 166); Blue value is 0 (0.39% from 255 or 0% from 166); Max value from RGB is 149 - color contains mainly: red. Hex color #951100 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951100 is #6AEEFF. Grayscale: #363636. Windows color (decimal): -7008000 or 4501. OLE color: 4501.

HSL color Cylindrical-coordinate representation of color #951100: hue angle of 6.85º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #951100 is Cyan = 0, Magento = 0.89, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 17 0 -
CMYK 0 0.89 1 0.42
HSL 6.85º 1% 0.29% -
HSV(B) 6.85º 1% 0.58% -
XYZ 12.59 6.79 0.65 -
YUV 54.53 97.23 195.38 -
System Red Green Blue C M Y K H S L
Decimal 149 17 0 0 0.89 1 0.42 6.85 1 0.29
Hex 95 11 0 0 59 64 2A 7 64 1D
Octal 225 21 0 0 131 144 52 7 144 35
Binary 10010101 10001 0 0 1011001 1100100 101010 111 1100100 11101

Color Harmonies of #951100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951100

Black with #951100

Text Example


Text Example

White with #951100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951100; }

 p { color: rgb(149,17,0); }

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

background-color css

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

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

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

border-color css

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

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

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