Html Css Color HEX #540D0C Red Oxide

📋 copy color: '#540D0C'

red 84 ◦ green 13 ◦ blue 12

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

Shades of Red Oxide #540D0C

Tints of Red Oxide #540D0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 11.01%

R = 77.06%
G = 11.93%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.67

RGB Variations

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

Color information

#540D0C (or 0x540D0C) is known color: Red Oxide. HEX triplet: 54, 0D and 0C. RGB value is (84,13,12). Sum of RGB (Red+Green+Blue) = 84+13+12=109 (14% of max value = 765). Red value is 84 (33.20% from 255 or 77.06% from 109); Green value is 13 (5.47% from 255 or 11.93% from 109); Blue value is 12 (5.08% from 255 or 11.01% from 109); Max value from RGB is 84 - color contains mainly: red. Hex color #540D0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540D0C is #ABF2F3. Grayscale: #222222. Windows color (decimal): -11268852 or 789844. OLE color: 789844.

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

Color convert

RGB 84 13 12 -
CMYK 0 0.85 0.86 0.67
HSL 0.83º 0.75% 0.19% -
HSV(B) 0.83º 0.86% 0.33% -
XYZ 3.87 2.2 0.57 -
YUV 34.12 115.52 163.58 -
System Red Green Blue C M Y K H S L
Decimal 84 13 12 0 0.85 0.86 0.67 0.83 0.75 0.19
Hex 54 D C 0 55 56 43 1 4B 13
Octal 124 15 14 0 125 126 103 1 113 23
Binary 1010100 1101 1100 0 1010101 1010110 1000011 1 1001011 10011

Color Harmonies of #540D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540D0C

Black with #540D0C

Text Example


Text Example

White with #540D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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