Html Css Color HEX #931601 Dark Red

📋 copy color: '#931601'

red 147 ◦ green 22 ◦ blue 1

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

Shades of Dark Red #931601

Tints of Dark Red #931601

RGB

 RED value IS 147 (57.81% from 255) = 86.47%

 GREEN value IS 22 (8.98% from 255) = 12.94%

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

R = 86.47%
G = 12.94%
B = 0.59%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#931601 (or 0x931601) is known color: Dark Red. HEX triplet: 93, 16 and 01. RGB value is (147,22,1). Sum of RGB (Red+Green+Blue) = 147+22+1=170 (22% of max value = 765). Red value is 147 (57.81% from 255 or 86.47% from 170); Green value is 22 (8.98% from 255 or 12.94% from 170); Blue value is 1 (0.78% from 255 or 0.59% from 170); Max value from RGB is 147 - color contains mainly: red. Hex color #931601 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #931601 is #6CE9FE. Grayscale: #393939. Windows color (decimal): -7137791 or 71315. OLE color: 71315.

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

Color convert

RGB 147 22 1 -
CMYK 0 0.85 0.99 0.42
HSL 8.63º 0.99% 0.29% -
HSV(B) 8.63º 0.99% 0.58% -
XYZ 12.33 6.78 0.69 -
YUV 56.98 96.41 192.21 -
System Red Green Blue C M Y K H S L
Decimal 147 22 1 0 0.85 0.99 0.42 8.63 0.99 0.29
Hex 93 16 1 0 55 63 2A 9 63 1D
Octal 223 26 1 0 125 143 52 11 143 35
Binary 10010011 10110 1 0 1010101 1100011 101010 1001 1100011 11101

Color Harmonies of #931601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #931601

Black with #931601

Text Example


Text Example

White with #931601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #931601; }

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

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

background-color css

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

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

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

border-color css

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

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

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