#951901

Color #951901 Dark Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Red #951901

Tints of Dark Red #951901

Color information

#951901 (or 0x951901) is unknown color: approx Dark Red. HEX triplet: 95, 19 and 01. RGB value is (149,25,1). Sum of RGB (Red+Green+Blue) = 149+25+1=175 (23% of max value = 765). Red value is 149 (58.59% from 255 or 85.14% from 175); Green value is 25 (10.16% from 255 or 14.29% from 175); Blue value is 1 (0.78% from 255 or 0.57% from 175); Max value from RGB is 149 - color contains mainly: red. Hex color #951901 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951901 is #6AE6FE. Grayscale: #3B3B3B. Windows color (decimal): -7005951 or 72085. OLE color: 72085.

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

Color convert

RGB149251-
CMYK00.830.990.42
HSL9.73º98.67%29.41%-
HSV(B)9.73º99.33%58.43%-
XYZ12.757.090.72-
YUV59.3495.08191.95-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 85.14%
GREEN value IS 25 (10.16% from 255) = 14.29%
BLUE value IS 1 (0.78% from 255) = 0.57%
R=85.14%
G=14.29%
B=0.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14925100.830.990.429.7398.6729.41
Hex95191053632Aa631d
Octal2253110123143521214335
Binary100101011100110101001111000111010101010110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951901; }

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

 H1.HeaderClassName
 {
   color: #951901;
 }
 .AnyTagClassName
 {
   color: #951901;
 }
</style>
background-color css

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

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

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

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

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

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