Html Css Color HEX #901B01 Dark Red

📋 copy color: '#901B01'

red 144 ◦ green 27 ◦ blue 1

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

Shades of Dark Red #901B01

Tints of Dark Red #901B01

RGB

 RED value IS 144 (56.64% from 255) = 83.72%

 GREEN value IS 27 (10.94% from 255) = 15.7%

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

R = 83.72%
G = 15.7%
B = 0.58%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#901B01 (or 0x901B01) is known color: Dark Red. HEX triplet: 90, 1B and 01. RGB value is (144,27,1). Sum of RGB (Red+Green+Blue) = 144+27+1=172 (22% of max value = 765). Red value is 144 (56.64% from 255 or 83.72% from 172); Green value is 27 (10.94% from 255 or 15.70% from 172); Blue value is 1 (0.78% from 255 or 0.58% from 172); Max value from RGB is 144 - color contains mainly: red. Hex color #901B01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #901B01 is #6FE4FE. Grayscale: #3B3B3B. Windows color (decimal): -7333119 or 72592. OLE color: 72592.

HSL color Cylindrical-coordinate representation of color #901B01: hue angle of 10.91º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #901B01 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 27 1 -
CMYK 0 0.81 0.99 0.44
HSL 10.91º 0.99% 0.28% -
HSV(B) 10.91º 0.99% 0.56% -
XYZ 11.9 6.72 0.7 -
YUV 59.02 95.26 188.61 -
System Red Green Blue C M Y K H S L
Decimal 144 27 1 0 0.81 0.99 0.44 10.91 0.99 0.28
Hex 90 1B 1 0 51 63 2C B 63 1C
Octal 220 33 1 0 121 143 54 13 143 34
Binary 10010000 11011 1 0 1010001 1100011 101100 1011 1100011 11100

Color Harmonies of #901B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901B01

Black with #901B01

Text Example


Text Example

White with #901B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901B01; }

 p { color: rgb(144,27,1); }

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

background-color css

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

 a { background-color: rgb(144,27,1); }

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

border-color css

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

 span { border-color: rgb(144,27,1); }

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