#561004

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

Shades of Red Oxide #561004

Tints of Red Oxide #561004

Color information

#561004 (or 0x561004) is unknown color: approx Red Oxide. HEX triplet: 56, 10 and 04. RGB value is (86,16,4). Sum of RGB (Red+Green+Blue) = 86+16+4=106 (14% of max value = 765). Red value is 86 (33.98% from 255 or 81.13% from 106); Green value is 16 (6.64% from 255 or 15.09% from 106); Blue value is 4 (1.95% from 255 or 3.77% from 106); Max value from RGB is 86 - color contains mainly: red. Hex color #561004 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561004 is #A9EFFB. Grayscale: #232323. Windows color (decimal): -11137020 or 266326. OLE color: 266326.

HSL color Cylindrical-coordinate representation of color #561004: hue angle of 8.78º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #561004 is Cyan = 0, Magento = 0.81, Yellow = 0.95 and Black (K on CMYK) = 0.66.

Color convert

RGB86164-
CMYK00.810.950.66
HSL8.78º91.11%17.65%-
HSV(B)8.78º95.35%33.73%-
XYZ4.042.360.36-
YUV35.56110.19163.98-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 81.13%
GREEN value IS 16 (6.64% from 255) = 15.09%
BLUE value IS 4 (1.95% from 255) = 3.77%
R=81.13%
G=15.09%
B=3.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.95
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8616400.810.950.668.7891.1117.65
Hex561040515F4295b12
Octal12620401211371021113322
Binary10101101000010001010001101111110000101001101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561004; }

 p { color: rgb(86,16,4); }

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

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

 a { background-color: rgb(86,16,4); }

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

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

 span { border-color: rgb(86,16,4); }

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