Html Css Color HEX #540701 Red Oxide

📋 copy color: '#540701'

red 84 ◦ green 7 ◦ blue 1

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

Shades of Red Oxide #540701

Tints of Red Oxide #540701

RGB

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

 GREEN value IS 7 (3.13% from 255) = 7.61%

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

R = 91.3%
G = 7.61%
B = 1.09%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.99

 K value IS 0.67

RGB Variations

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

Color information

#540701 (or 0x540701) is known color: Red Oxide. HEX triplet: 54, 07 and 01. RGB value is (84,7,1). Sum of RGB (Red+Green+Blue) = 84+7+1=92 (12% of max value = 765). Red value is 84 (33.20% from 255 or 91.30% from 92); Green value is 7 (3.12% from 255 or 7.61% from 92); Blue value is 1 (0.78% from 255 or 1.09% from 92); Max value from RGB is 84 - color contains mainly: red. Hex color #540701 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540701 is #ABF8FE. Grayscale: #1D1D1D. Windows color (decimal): -11270399 or 67412. OLE color: 67412.

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

Color convert

RGB 84 7 1 -
CMYK 0 0.92 0.99 0.67
HSL 4.34º 0.98% 0.17% -
HSV(B) 4.34º 0.99% 0.33% -
XYZ 3.74 2.04 0.23 -
YUV 29.34 112.01 166.99 -
System Red Green Blue C M Y K H S L
Decimal 84 7 1 0 0.92 0.99 0.67 4.34 0.98 0.17
Hex 54 7 1 0 5C 63 43 4 62 11
Octal 124 7 1 0 134 143 103 4 142 21
Binary 1010100 111 1 0 1011100 1100011 1000011 100 1100010 10001

Color Harmonies of #540701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540701

Black with #540701

Text Example


Text Example

White with #540701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540701; }

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

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

background-color css

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

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

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

border-color css

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

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

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