Html Css Color HEX #050401 Maire

📋 copy color: '#050401'

red 5 ◦ green 4 ◦ blue 1

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

Shades of Maire #050401

Tints of Maire #050401

RGB

 RED value IS 5 (2.34% from 255) = 50%

 GREEN value IS 4 (1.95% from 255) = 40%

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

R = 50%
G = 40%
B = 10%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.80

 K value IS 0.98

RGB Variations

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

Color information

#050401 (or 0x050401) is known color: Maire. HEX triplet: 05, 04 and 01. RGB value is (5,4,1). Sum of RGB (Red+Green+Blue) = 5+4+1=10 (1% of max value = 765). Red value is 5 (2.34% from 255 or 50% from 10); Green value is 4 (1.95% from 255 or 40% from 10); Blue value is 1 (0.78% from 255 or 10% from 10); Max value from RGB is 5 - color contains mainly: red. Hex color #050401 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050401 is #FAFBFE. Grayscale: #030303. Windows color (decimal): -16448511 or 66565. OLE color: 66565.

HSL color Cylindrical-coordinate representation of color #050401: hue angle of 45º degrees, saturation: 0.67, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #050401 is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.98.

Color convert

RGB 5 4 1 -
CMYK 0 0.20 0.80 0.98
HSL 45º 0.67% 0.01% -
HSV(B) 45º 0.8% 0.02% -
XYZ 0.11 0.12 0.05 -
YUV 3.96 126.33 128.74 -
System Red Green Blue C M Y K H S L
Decimal 5 4 1 0 0.20 0.80 0.98 45 0.67 0.01
Hex 5 4 1 0 14 50 62 2D 43 1
Octal 5 4 1 0 24 120 142 55 103 1
Binary 101 100 1 0 10100 1010000 1100010 101101 1000011 1

Color Harmonies of #050401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050401

Black with #050401

Text Example


Text Example

White with #050401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050401; }

 p { color: rgb(5,4,1); }

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

background-color css

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

 a { background-color: rgb(5,4,1); }

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

border-color css

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

 span { border-color: rgb(5,4,1); }

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