#540B0A

Color #540B0A Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #540B0A

Tints of Red Oxide #540B0A

Color information

#540B0A (or 0x540B0A) is unknown color: approx Red Oxide. HEX triplet: 54, 0B and 0A. RGB value is (84,11,10). Sum of RGB (Red+Green+Blue) = 84+11+10=105 (13% of max value = 765). Red value is 84 (33.20% from 255 or 80% from 105); Green value is 11 (4.69% from 255 or 10.48% from 105); Blue value is 10 (4.30% from 255 or 9.52% from 105); Max value from RGB is 84 - color contains mainly: red. Hex color #540B0A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540B0A is #ABF4F5. Grayscale: #202020. Windows color (decimal): -11269366 or 658260. OLE color: 658260.

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

Color convert

RGB841110-
CMYK00.870.880.67
HSL0.81º78.72%18.43%-
HSV(B)0.81º88.1%32.94%-
XYZ3.832.150.5-
YUV32.71115.18164.58-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 80%
GREEN value IS 11 (4.69% from 255) = 10.48%
BLUE value IS 10 (4.30% from 255) = 9.52%
R=80%
G=10.48%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84111000.870.880.670.8178.7218.43
Hex54BA057584314f12
Octal12413120127130103111722
Binary10101001011101001010111101100010000111100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #540B0A;
 }
 .AnyTagClassName
 {
   color: #540B0A;
 }
</style>
background-color css

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

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

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

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

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

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