Html Css Color HEX #950400 Dark Red

📋 copy color: '#950400'

red 149 ◦ green 4 ◦ blue 0

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

Shades of Dark Red #950400

Tints of Dark Red #950400

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.61%

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

R = 97.39%
G = 2.61%
B = 0%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#950400 (or 0x950400) is known color: Dark Red. HEX triplet: 95, 04 and 00. RGB value is (149,4,0). Sum of RGB (Red+Green+Blue) = 149+4+0=153 (20% of max value = 765). Red value is 149 (58.59% from 255 or 97.39% from 153); Green value is 4 (1.95% from 255 or 2.61% from 153); Blue value is 0 (0.39% from 255 or 0% from 153); Max value from RGB is 149 - color contains mainly: red. Hex color #950400 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950400 is #6AFBFF. Grayscale: #2F2F2F. Windows color (decimal): -7011328 or 1173. OLE color: 1173.

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

Color convert

RGB 149 4 0 -
CMYK 0 0.97 1 0.42
HSL 1.61º 1% 0.29% -
HSV(B) 1.61º 1% 0.58% -
XYZ 12.44 6.48 0.59 -
YUV 46.9 101.54 200.83 -
System Red Green Blue C M Y K H S L
Decimal 149 4 0 0 0.97 1 0.42 1.61 1 0.29
Hex 95 4 0 0 61 64 2A 2 64 1D
Octal 225 4 0 0 141 144 52 2 144 35
Binary 10010101 100 0 0 1100001 1100100 101010 10 1100100 11101

Color Harmonies of #950400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950400

Black with #950400

Text Example


Text Example

White with #950400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950400; }

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

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

background-color css

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

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

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

border-color css

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

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

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