#540D02

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

Shades of Red Oxide #540D02

Tints of Red Oxide #540D02

Color information

#540D02 (or 0x540D02) is unknown color: approx Red Oxide. HEX triplet: 54, 0D and 02. RGB value is (84,13,2). Sum of RGB (Red+Green+Blue) = 84+13+2=99 (13% of max value = 765). Red value is 84 (33.20% from 255 or 84.85% from 99); Green value is 13 (5.47% from 255 or 13.13% from 99); Blue value is 2 (1.17% from 255 or 2.02% from 99); Max value from RGB is 84 - color contains mainly: red. Hex color #540D02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540D02 is #ABF2FD. Grayscale: #212121. Windows color (decimal): -11268862 or 134484. OLE color: 134484.

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

Color convert

RGB84132-
CMYK00.850.980.67
HSL8.05º95.35%16.86%-
HSV(B)8.05º97.62%32.94%-
XYZ3.812.180.28-
YUV32.98110.52164.39-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 84.85%
GREEN value IS 13 (5.47% from 255) = 13.13%
BLUE value IS 2 (1.17% from 255) = 2.02%
R=84.85%
G=13.13%
B=2.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.98
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8413200.850.980.678.0595.3516.86
Hex54D2055624385f11
Octal12415201251421031013721
Binary101010011011001010101110001010000111000101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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