#931D01

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

Shades of Dark Red #931D01

Tints of Dark Red #931D01

Color information

#931D01 (or 0x931D01) is unknown color: approx Dark Red. HEX triplet: 93, 1D and 01. RGB value is (147,29,1). Sum of RGB (Red+Green+Blue) = 147+29+1=177 (23% of max value = 765). Red value is 147 (57.81% from 255 or 83.05% from 177); Green value is 29 (11.72% from 255 or 16.38% from 177); Blue value is 1 (0.78% from 255 or 0.56% from 177); Max value from RGB is 147 - color contains mainly: red. Hex color #931D01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #931D01 is #6CE2FE. Grayscale: #3D3D3D. Windows color (decimal): -7135999 or 73107. OLE color: 73107.

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

Color convert

RGB147291-
CMYK00.800.990.42
HSL11.51º98.65%29.02%-
HSV(B)11.51º99.32%57.65%-
XYZ12.487.080.74-
YUV61.0994.09189.28-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 83.05%
GREEN value IS 29 (11.72% from 255) = 16.38%
BLUE value IS 1 (0.78% from 255) = 0.56%
R=83.05%
G=16.38%
B=0.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14729100.800.990.4211.5198.6529.02
Hex931D1050632Ac631d
Octal2233510120143521414335
Binary100100111110110101000011000111010101100110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #931D01; }

 p { color: rgb(147,29,1); }

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

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

 a { background-color: rgb(147,29,1); }

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

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

 span { border-color: rgb(147,29,1); }

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