#561208

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

Shades of Red Oxide #561208

Tints of Red Oxide #561208

Color information

#561208 (or 0x561208) is unknown color: approx Red Oxide. HEX triplet: 56, 12 and 08. RGB value is (86,18,8). Sum of RGB (Red+Green+Blue) = 86+18+8=112 (14% of max value = 765). Red value is 86 (33.98% from 255 or 76.79% from 112); Green value is 18 (7.42% from 255 or 16.07% from 112); Blue value is 8 (3.52% from 255 or 7.14% from 112); Max value from RGB is 86 - color contains mainly: red. Hex color #561208 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561208 is #A9EDF7. Grayscale: #252525. Windows color (decimal): -11136504 or 528982. OLE color: 528982.

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

Color convert

RGB86188-
CMYK00.790.910.66
HSL7.69º82.98%18.43%-
HSV(B)7.69º90.7%33.73%-
XYZ4.12.430.48-
YUV37.19111.53162.81-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 76.79%
GREEN value IS 18 (7.42% from 255) = 16.07%
BLUE value IS 8 (3.52% from 255) = 7.14%
R=76.79%
G=16.07%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.91
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8618800.790.910.667.6982.9818.43
Hex5612804F5B4285312
Octal126221001171331021012322
Binary101011010010100001001111101101110000101000101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561208; }

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

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

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

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

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

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

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

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