Html Css Color HEX #540D00 Red Oxide

📋 copy color: '#540D00'

red 84 ◦ green 13 ◦ blue 0

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

Shades of Red Oxide #540D00

Tints of Red Oxide #540D00

RGB

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

 GREEN value IS 13 (5.47% from 255) = 13.4%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 86.6%
G = 13.4%
B = 0%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#540D00 (or 0x540D00) is known color: Red Oxide. HEX triplet: 54, 0D and 00. RGB value is (84,13,0). Sum of RGB (Red+Green+Blue) = 84+13+0=97 (12% of max value = 765). Red value is 84 (33.20% from 255 or 86.60% from 97); Green value is 13 (5.47% from 255 or 13.40% from 97); Blue value is 0 (0.39% from 255 or 0% from 97); Max value from RGB is 84 - color contains mainly: red. Hex color #540D00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540D00 is #ABF2FF. Grayscale: #202020. Windows color (decimal): -11268864 or 3412. OLE color: 3412.

HSL color Cylindrical-coordinate representation of color #540D00: hue angle of 9.29º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #540D00 is Cyan = 0, Magento = 0.85, Yellow = 1 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 13 0 -
CMYK 0 0.85 1 0.67
HSL 9.29º 1% 0.16% -
HSV(B) 9.29º 1% 0.33% -
XYZ 3.8 2.17 0.22 -
YUV 32.75 109.52 164.56 -
System Red Green Blue C M Y K H S L
Decimal 84 13 0 0 0.85 1 0.67 9.29 1 0.16
Hex 54 D 0 0 55 64 43 9 64 10
Octal 124 15 0 0 125 144 103 11 144 20
Binary 1010100 1101 0 0 1010101 1100100 1000011 1001 1100100 10000

Color Harmonies of #540D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540D00

Black with #540D00

Text Example


Text Example

White with #540D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540D00; }

 p { color: rgb(84,13,0); }

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

background-color css

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

 a { background-color: rgb(84,13,0); }

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

border-color css

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

 span { border-color: rgb(84,13,0); }

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