Html Css Color HEX #951900 Dark Red

📋 copy color: '#951900'

red 149 ◦ green 25 ◦ blue 0

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

Shades of Dark Red #951900

Tints of Dark Red #951900

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.37%

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

R = 85.63%
G = 14.37%
B = 0%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#951900 (or 0x951900) is known color: Dark Red. HEX triplet: 95, 19 and 00. RGB value is (149,25,0). Sum of RGB (Red+Green+Blue) = 149+25+0=174 (23% of max value = 765). Red value is 149 (58.59% from 255 or 85.63% from 174); Green value is 25 (10.16% from 255 or 14.37% from 174); Blue value is 0 (0.39% from 255 or 0% from 174); Max value from RGB is 149 - color contains mainly: red. Hex color #951900 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951900 is #6AE6FF. Grayscale: #3B3B3B. Windows color (decimal): -7005952 or 6549. OLE color: 6549.

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

Color convert

RGB 149 25 0 -
CMYK 0 0.83 1 0.42
HSL 10.07º 1% 0.29% -
HSV(B) 10.07º 1% 0.58% -
XYZ 12.74 7.08 0.7 -
YUV 59.23 94.58 192.03 -
System Red Green Blue C M Y K H S L
Decimal 149 25 0 0 0.83 1 0.42 10.07 1 0.29
Hex 95 19 0 0 53 64 2A A 64 1D
Octal 225 31 0 0 123 144 52 12 144 35
Binary 10010101 11001 0 0 1010011 1100100 101010 1010 1100100 11101

Color Harmonies of #951900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951900

Black with #951900

Text Example


Text Example

White with #951900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951900; }

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

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

background-color css

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

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

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

border-color css

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

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

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