Html Css Color HEX #540301 Red Oxide

📋 copy color: '#540301'

red 84 ◦ green 3 ◦ blue 1

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

Shades of Red Oxide #540301

Tints of Red Oxide #540301

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.41%

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

R = 95.45%
G = 3.41%
B = 1.14%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.99

 K value IS 0.67

RGB Variations

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

Color information

#540301 (or 0x540301) is known color: Red Oxide. HEX triplet: 54, 03 and 01. RGB value is (84,3,1). Sum of RGB (Red+Green+Blue) = 84+3+1=88 (11% of max value = 765). Red value is 84 (33.20% from 255 or 95.45% from 88); Green value is 3 (1.56% from 255 or 3.41% from 88); Blue value is 1 (0.78% from 255 or 1.14% from 88); Max value from RGB is 84 - color contains mainly: red. Hex color #540301 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540301 is #ABFCFE. Grayscale: #1B1B1B. Windows color (decimal): -11271423 or 66388. OLE color: 66388.

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

Color convert

RGB 84 3 1 -
CMYK 0 0.96 0.99 0.67
HSL 1.45º 0.98% 0.17% -
HSV(B) 1.45º 0.99% 0.33% -
XYZ 3.69 1.95 0.21 -
YUV 26.99 113.34 168.66 -
System Red Green Blue C M Y K H S L
Decimal 84 3 1 0 0.96 0.99 0.67 1.45 0.98 0.17
Hex 54 3 1 0 60 63 43 1 62 11
Octal 124 3 1 0 140 143 103 1 142 21
Binary 1010100 11 1 0 1100000 1100011 1000011 1 1100010 10001

Color Harmonies of #540301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540301

Black with #540301

Text Example


Text Example

White with #540301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540301; }

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

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

background-color css

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

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

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

border-color css

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

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

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