Html Css Color HEX #540D0B Red Oxide

📋 copy color: '#540D0B'

red 84 ◦ green 13 ◦ blue 11

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

Shades of Red Oxide #540D0B

Tints of Red Oxide #540D0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 10.19%

R = 77.78%
G = 12.04%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.87

 K value IS 0.67

RGB Variations

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

Color information

#540D0B (or 0x540D0B) is known color: Red Oxide. HEX triplet: 54, 0D and 0B. RGB value is (84,13,11). Sum of RGB (Red+Green+Blue) = 84+13+11=108 (14% of max value = 765). Red value is 84 (33.20% from 255 or 77.78% from 108); Green value is 13 (5.47% from 255 or 12.04% from 108); Blue value is 11 (4.69% from 255 or 10.19% from 108); Max value from RGB is 84 - color contains mainly: red. Hex color #540D0B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540D0B is #ABF2F4. Grayscale: #222222. Windows color (decimal): -11268853 or 724308. OLE color: 724308.

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

Color convert

RGB 84 13 11 -
CMYK 0 0.85 0.87 0.67
HSL 1.64º 0.77% 0.19% -
HSV(B) 1.64º 0.87% 0.33% -
XYZ 3.86 2.2 0.54 -
YUV 34 115.02 163.66 -
System Red Green Blue C M Y K H S L
Decimal 84 13 11 0 0.85 0.87 0.67 1.64 0.77 0.19
Hex 54 D B 0 55 57 43 2 4D 13
Octal 124 15 13 0 125 127 103 2 115 23
Binary 1010100 1101 1011 0 1010101 1010111 1000011 10 1001101 10011

Color Harmonies of #540D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540D0B

Black with #540D0B

Text Example


Text Example

White with #540D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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