Html Css Color HEX #540801 Red Oxide

📋 copy color: '#540801'

red 84 ◦ green 8 ◦ blue 1

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

Shades of Red Oxide #540801

Tints of Red Oxide #540801

RGB

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

 GREEN value IS 8 (3.52% from 255) = 8.6%

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

R = 90.32%
G = 8.6%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.99

 K value IS 0.67

RGB Variations

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

Color information

#540801 (or 0x540801) is known color: Red Oxide. HEX triplet: 54, 08 and 01. RGB value is (84,8,1). Sum of RGB (Red+Green+Blue) = 84+8+1=93 (12% of max value = 765). Red value is 84 (33.20% from 255 or 90.32% from 93); Green value is 8 (3.52% from 255 or 8.60% from 93); Blue value is 1 (0.78% from 255 or 1.08% from 93); Max value from RGB is 84 - color contains mainly: red. Hex color #540801 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540801 is #ABF7FE. Grayscale: #1E1E1E. Windows color (decimal): -11270143 or 67668. OLE color: 67668.

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

Color convert

RGB 84 8 1 -
CMYK 0 0.90 0.99 0.67
HSL 5.06º 0.98% 0.17% -
HSV(B) 5.06º 0.99% 0.33% -
XYZ 3.75 2.06 0.23 -
YUV 29.93 111.68 166.57 -
System Red Green Blue C M Y K H S L
Decimal 84 8 1 0 0.90 0.99 0.67 5.06 0.98 0.17
Hex 54 8 1 0 5A 63 43 5 62 11
Octal 124 10 1 0 132 143 103 5 142 21
Binary 1010100 1000 1 0 1011010 1100011 1000011 101 1100010 10001

Color Harmonies of #540801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540801

Black with #540801

Text Example


Text Example

White with #540801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540801; }

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

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

background-color css

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

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

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

border-color css

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

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

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