Html Css Color HEX #901A01 Dark Red

📋 copy color: '#901A01'

red 144 ◦ green 26 ◦ blue 1

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

Shades of Dark Red #901A01

Tints of Dark Red #901A01

RGB

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

 GREEN value IS 26 (10.55% from 255) = 15.2%

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

R = 84.21%
G = 15.2%
B = 0.58%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#901A01 (or 0x901A01) is known color: Dark Red. HEX triplet: 90, 1A and 01. RGB value is (144,26,1). Sum of RGB (Red+Green+Blue) = 144+26+1=171 (22% of max value = 765). Red value is 144 (56.64% from 255 or 84.21% from 171); Green value is 26 (10.55% from 255 or 15.20% from 171); Blue value is 1 (0.78% from 255 or 0.58% from 171); Max value from RGB is 144 - color contains mainly: red. Hex color #901A01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #901A01 is #6FE5FE. Grayscale: #3A3A3A. Windows color (decimal): -7333375 or 72336. OLE color: 72336.

HSL color Cylindrical-coordinate representation of color #901A01: hue angle of 10.49º 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 #901A01 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 26 1 -
CMYK 0 0.82 0.99 0.44
HSL 10.49º 0.99% 0.28% -
HSV(B) 10.49º 0.99% 0.56% -
XYZ 11.88 6.67 0.69 -
YUV 58.43 95.59 189.03 -
System Red Green Blue C M Y K H S L
Decimal 144 26 1 0 0.82 0.99 0.44 10.49 0.99 0.28
Hex 90 1A 1 0 52 63 2C A 63 1C
Octal 220 32 1 0 122 143 54 12 143 34
Binary 10010000 11010 1 0 1010010 1100011 101100 1010 1100011 11100

Color Harmonies of #901A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901A01

Black with #901A01

Text Example


Text Example

White with #901A01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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