Html Css Color HEX #950600 Dark Red

📋 copy color: '#950600'

red 149 ◦ green 6 ◦ blue 0

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

Shades of Dark Red #950600

Tints of Dark Red #950600

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.87%

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

R = 96.13%
G = 3.87%
B = 0%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#950600 (or 0x950600) is known color: Dark Red. HEX triplet: 95, 06 and 00. RGB value is (149,6,0). Sum of RGB (Red+Green+Blue) = 149+6+0=155 (20% of max value = 765). Red value is 149 (58.59% from 255 or 96.13% from 155); Green value is 6 (2.73% from 255 or 3.87% from 155); Blue value is 0 (0.39% from 255 or 0% from 155); Max value from RGB is 149 - color contains mainly: red. Hex color #950600 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950600 is #6AF9FF. Grayscale: #303030. Windows color (decimal): -7010816 or 1685. OLE color: 1685.

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

Color convert

RGB 149 6 0 -
CMYK 0 0.96 1 0.42
HSL 2.42º 1% 0.29% -
HSV(B) 2.42º 1% 0.58% -
XYZ 12.46 6.52 0.6 -
YUV 48.07 100.88 199.99 -
System Red Green Blue C M Y K H S L
Decimal 149 6 0 0 0.96 1 0.42 2.42 1 0.29
Hex 95 6 0 0 60 64 2A 2 64 1D
Octal 225 6 0 0 140 144 52 2 144 35
Binary 10010101 110 0 0 1100000 1100100 101010 10 1100100 11101

Color Harmonies of #950600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950600

Black with #950600

Text Example


Text Example

White with #950600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950600; }

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

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

background-color css

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

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

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

border-color css

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

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

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