Html Css Color HEX #540D06 Red Oxide

📋 copy color: '#540D06'

red 84 ◦ green 13 ◦ blue 6

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

Shades of Red Oxide #540D06

Tints of Red Oxide #540D06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 5.83%

R = 81.55%
G = 12.62%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.93

 K value IS 0.67

RGB Variations

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

Color information

#540D06 (or 0x540D06) is known color: Red Oxide. HEX triplet: 54, 0D and 06. RGB value is (84,13,6). Sum of RGB (Red+Green+Blue) = 84+13+6=103 (13% of max value = 765). Red value is 84 (33.20% from 255 or 81.55% from 103); Green value is 13 (5.47% from 255 or 12.62% from 103); Blue value is 6 (2.73% from 255 or 5.83% from 103); Max value from RGB is 84 - color contains mainly: red. Hex color #540D06 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540D06 is #ABF2F9. Grayscale: #212121. Windows color (decimal): -11268858 or 396628. OLE color: 396628.

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

Color convert

RGB 84 13 6 -
CMYK 0 0.85 0.93 0.67
HSL 5.38º 0.87% 0.18% -
HSV(B) 5.38º 0.93% 0.33% -
XYZ 3.83 2.19 0.39 -
YUV 33.43 112.52 164.07 -
System Red Green Blue C M Y K H S L
Decimal 84 13 6 0 0.85 0.93 0.67 5.38 0.87 0.18
Hex 54 D 6 0 55 5D 43 5 57 12
Octal 124 15 6 0 125 135 103 5 127 22
Binary 1010100 1101 110 0 1010101 1011101 1000011 101 1010111 10010

Color Harmonies of #540D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540D06

Black with #540D06

Text Example


Text Example

White with #540D06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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