#540F0B

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

Shades of Red Oxide #540F0B

Tints of Red Oxide #540F0B

Color information

#540F0B (or 0x540F0B) is unknown color: approx Red Oxide. HEX triplet: 54, 0F and 0B. RGB value is (84,15,11). Sum of RGB (Red+Green+Blue) = 84+15+11=110 (14% of max value = 765). Red value is 84 (33.20% from 255 or 76.36% from 110); Green value is 15 (6.25% from 255 or 13.64% from 110); Blue value is 11 (4.69% from 255 or 10% from 110); Max value from RGB is 84 - color contains mainly: red. Hex color #540F0B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540F0B is #ABF0F4. Grayscale: #232323. Windows color (decimal): -11268341 or 724820. OLE color: 724820.

HSL color Cylindrical-coordinate representation of color #540F0B: hue angle of 3.29º 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 #540F0B is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.67.

Color convert

RGB841511-
CMYK00.820.870.67
HSL3.29º76.84%18.63%-
HSV(B)3.29º86.9%32.94%-
XYZ3.892.250.55-
YUV35.17114.36162.83-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 76.36%
GREEN value IS 15 (6.25% from 255) = 13.64%
BLUE value IS 11 (4.69% from 255) = 10%
R=76.36%
G=13.64%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.87
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84151100.820.870.673.2976.8418.63
Hex54FB052574334d13
Octal12417130122127103311523
Binary101010011111011010100101010111100001111100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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