Html Css Color HEX #540401 Red Oxide

📋 copy color: '#540401'

red 84 ◦ green 4 ◦ blue 1

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

Shades of Red Oxide #540401

Tints of Red Oxide #540401

RGB

 RED value IS 84 (33.2% from 255) = 94.38%

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

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

R = 94.38%
G = 4.49%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.99

 K value IS 0.67

RGB Variations

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

Color information

#540401 (or 0x540401) is known color: Red Oxide. HEX triplet: 54, 04 and 01. RGB value is (84,4,1). Sum of RGB (Red+Green+Blue) = 84+4+1=89 (11% of max value = 765). Red value is 84 (33.20% from 255 or 94.38% from 89); Green value is 4 (1.95% from 255 or 4.49% from 89); Blue value is 1 (0.78% from 255 or 1.12% from 89); Max value from RGB is 84 - color contains mainly: red. Hex color #540401 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540401 is #ABFBFE. Grayscale: #1B1B1B. Windows color (decimal): -11271167 or 66644. OLE color: 66644.

HSL color Cylindrical-coordinate representation of color #540401: hue angle of 2.17º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #540401 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 4 1 -
CMYK 0 0.95 0.99 0.67
HSL 2.17º 0.98% 0.17% -
HSV(B) 2.17º 0.99% 0.33% -
XYZ 3.71 1.97 0.21 -
YUV 27.58 113 168.24 -
System Red Green Blue C M Y K H S L
Decimal 84 4 1 0 0.95 0.99 0.67 2.17 0.98 0.17
Hex 54 4 1 0 5F 63 43 2 62 11
Octal 124 4 1 0 137 143 103 2 142 21
Binary 1010100 100 1 0 1011111 1100011 1000011 10 1100010 10001

Color Harmonies of #540401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540401

Black with #540401

Text Example


Text Example

White with #540401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540401; }

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

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

background-color css

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

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

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

border-color css

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

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

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