#540B08

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

Shades of Red Oxide #540B08

Tints of Red Oxide #540B08

Color information

#540B08 (or 0x540B08) is unknown color: approx Red Oxide. HEX triplet: 54, 0B and 08. RGB value is (84,11,8). Sum of RGB (Red+Green+Blue) = 84+11+8=103 (13% of max value = 765). Red value is 84 (33.20% from 255 or 81.55% from 103); Green value is 11 (4.69% from 255 or 10.68% from 103); Blue value is 8 (3.52% from 255 or 7.77% from 103); Max value from RGB is 84 - color contains mainly: red. Hex color #540B08 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540B08 is #ABF4F7. Grayscale: #202020. Windows color (decimal): -11269368 or 527188. OLE color: 527188.

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

Color convert

RGB84118-
CMYK00.870.900.67
HSL2.37º82.61%18.04%-
HSV(B)2.37º90.48%32.94%-
XYZ3.822.140.44-
YUV32.48114.18164.74-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 81.55%
GREEN value IS 11 (4.69% from 255) = 10.68%
BLUE value IS 8 (3.52% from 255) = 7.77%
R=81.55%
G=10.68%
B=7.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.90
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8411800.870.900.672.3782.6118.04
Hex54B80575A4325312
Octal12413100127132103212322
Binary101010010111000010101111011010100001110101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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