Html Css Color HEX #951105 Dark Red

📋 copy color: '#951105'

red 149 ◦ green 17 ◦ blue 5

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

Shades of Dark Red #951105

Tints of Dark Red #951105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.92%

R = 87.13%
G = 9.94%
B = 2.92%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#951105 (or 0x951105) is known color: Dark Red. HEX triplet: 95, 11 and 05. RGB value is (149,17,5). Sum of RGB (Red+Green+Blue) = 149+17+5=171 (22% of max value = 765). Red value is 149 (58.59% from 255 or 87.13% from 171); Green value is 17 (7.03% from 255 or 9.94% from 171); Blue value is 5 (2.34% from 255 or 2.92% from 171); Max value from RGB is 149 - color contains mainly: red. Hex color #951105 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951105 is #6AEEFA. Grayscale: #373737. Windows color (decimal): -7007995 or 332181. OLE color: 332181.

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

Color convert

RGB 149 17 5 -
CMYK 0 0.89 0.97 0.42
HSL 0.94% 0.3% -
HSV(B) 0.97% 0.58% -
XYZ 12.62 6.8 0.79 -
YUV 55.1 99.73 194.98 -
System Red Green Blue C M Y K H S L
Decimal 149 17 5 0 0.89 0.97 0.42 5 0.94 0.3
Hex 95 11 5 0 59 61 2A 5 5E 1E
Octal 225 21 5 0 131 141 52 5 136 36
Binary 10010101 10001 101 0 1011001 1100001 101010 101 1011110 11110

Color Harmonies of #951105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951105

Black with #951105

Text Example


Text Example

White with #951105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951105; }

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

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

background-color css

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

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

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

border-color css

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

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

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