#541502

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

Shades of Red Oxide #541502

Tints of Red Oxide #541502

Color information

#541502 (or 0x541502) is unknown color: approx Red Oxide. HEX triplet: 54, 15 and 02. RGB value is (84,21,2). Sum of RGB (Red+Green+Blue) = 84+21+2=107 (14% of max value = 765). Red value is 84 (33.20% from 255 or 78.50% from 107); Green value is 21 (8.59% from 255 or 19.63% from 107); Blue value is 2 (1.17% from 255 or 1.87% from 107); Max value from RGB is 84 - color contains mainly: red. Hex color #541502 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541502 is #ABEAFD. Grayscale: #252525. Windows color (decimal): -11266814 or 136532. OLE color: 136532.

HSL color Cylindrical-coordinate representation of color #541502: hue angle of 13.9º 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 #541502 is Cyan = 0, Magento = 0.75, Yellow = 0.98 and Black (K on CMYK) = 0.67.

Color convert

RGB84212-
CMYK00.750.980.67
HSL13.9º95.35%16.86%-
HSV(B)13.9º97.62%32.94%-
XYZ3.942.430.32-
YUV37.67107.87161.04-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 78.50%
GREEN value IS 21 (8.59% from 255) = 19.63%
BLUE value IS 2 (1.17% from 255) = 1.87%
R=78.50%
G=19.63%
B=1.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.98
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8421200.750.980.6713.995.3516.86
Hex5415204B6243e5f11
Octal12425201131421031613721
Binary1010100101011001001011110001010000111110101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541502; }

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

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

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

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

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

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

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

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