Html Css Color HEX #950900 Dark Red

📋 copy color: '#950900'

red 149 ◦ green 9 ◦ blue 0

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

Shades of Dark Red #950900

Tints of Dark Red #950900

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.7%

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

R = 94.3%
G = 5.7%
B = 0%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#950900 (or 0x950900) is known color: Dark Red. HEX triplet: 95, 09 and 00. RGB value is (149,9,0). Sum of RGB (Red+Green+Blue) = 149+9+0=158 (20% of max value = 765). Red value is 149 (58.59% from 255 or 94.30% from 158); Green value is 9 (3.91% from 255 or 5.70% from 158); Blue value is 0 (0.39% from 255 or 0% from 158); Max value from RGB is 149 - color contains mainly: red. Hex color #950900 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950900 is #6AF6FF. Grayscale: #323232. Windows color (decimal): -7010048 or 2453. OLE color: 2453.

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

Color convert

RGB 149 9 0 -
CMYK 0 0.94 1 0.42
HSL 3.62º 1% 0.29% -
HSV(B) 3.62º 1% 0.58% -
XYZ 12.49 6.58 0.61 -
YUV 49.83 99.88 198.73 -
System Red Green Blue C M Y K H S L
Decimal 149 9 0 0 0.94 1 0.42 3.62 1 0.29
Hex 95 9 0 0 5E 64 2A 4 64 1D
Octal 225 11 0 0 136 144 52 4 144 35
Binary 10010101 1001 0 0 1011110 1100100 101010 100 1100100 11101

Color Harmonies of #950900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950900

Black with #950900

Text Example


Text Example

White with #950900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950900; }

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

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

background-color css

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

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

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

border-color css

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

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

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