#541208

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

Shades of Red Oxide #541208

Tints of Red Oxide #541208

Color information

#541208 (or 0x541208) is unknown color: approx Red Oxide. HEX triplet: 54, 12 and 08. RGB value is (84,18,8). Sum of RGB (Red+Green+Blue) = 84+18+8=110 (14% of max value = 765). Red value is 84 (33.20% from 255 or 76.36% from 110); Green value is 18 (7.42% from 255 or 16.36% from 110); Blue value is 8 (3.52% from 255 or 7.27% from 110); Max value from RGB is 84 - color contains mainly: red. Hex color #541208 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541208 is #ABEDF7. Grayscale: #242424. Windows color (decimal): -11267576 or 528980. OLE color: 528980.

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

Color convert

RGB84188-
CMYK00.790.900.67
HSL7.89º82.61%18.04%-
HSV(B)7.89º90.48%32.94%-
XYZ3.922.330.47-
YUV36.59111.87161.81-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 76.36%
GREEN value IS 18 (7.42% from 255) = 16.36%
BLUE value IS 8 (3.52% from 255) = 7.27%
R=76.36%
G=16.36%
B=7.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.90
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8418800.790.900.677.8982.6118.04
Hex5412804F5A4385312
Octal124221001171321031012322
Binary101010010010100001001111101101010000111000101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541208; }

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

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

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

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

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

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

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

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