Html Css Color HEX #950801 Dark Red

📋 copy color: '#950801'

red 149 ◦ green 8 ◦ blue 1

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

Shades of Dark Red #950801

Tints of Dark Red #950801

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.06%

 BLUE value IS 1 (0.78% from 255) = 0.63%

R = 94.3%
G = 5.06%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#950801 (or 0x950801) is known color: Dark Red. HEX triplet: 95, 08 and 01. RGB value is (149,8,1). Sum of RGB (Red+Green+Blue) = 149+8+1=158 (20% of max value = 765). Red value is 149 (58.59% from 255 or 94.30% from 158); Green value is 8 (3.52% from 255 or 5.06% from 158); Blue value is 1 (0.78% from 255 or 0.63% from 158); Max value from RGB is 149 - color contains mainly: red. Hex color #950801 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950801 is #6AF7FE. Grayscale: #313131. Windows color (decimal): -7010303 or 67733. OLE color: 67733.

HSL color Cylindrical-coordinate representation of color #950801: hue angle of 2.84º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #950801 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 8 1 -
CMYK 0 0.95 0.99 0.42
HSL 2.84º 0.99% 0.29% -
HSV(B) 2.84º 0.99% 0.58% -
XYZ 12.49 6.57 0.64 -
YUV 49.36 100.71 199.07 -
System Red Green Blue C M Y K H S L
Decimal 149 8 1 0 0.95 0.99 0.42 2.84 0.99 0.29
Hex 95 8 1 0 5F 63 2A 3 63 1D
Octal 225 10 1 0 137 143 52 3 143 35
Binary 10010101 1000 1 0 1011111 1100011 101010 11 1100011 11101

Color Harmonies of #950801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950801

Black with #950801

Text Example


Text Example

White with #950801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950801; }

 p { color: rgb(149,8,1); }

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

background-color css

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

 a { background-color: rgb(149,8,1); }

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

border-color css

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

 span { border-color: rgb(149,8,1); }

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