#561E1A

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

Shades of Red Oxide #561E1A

Tints of Red Oxide #561E1A

Color information

#561E1A (or 0x561E1A) is unknown color: approx Red Oxide. HEX triplet: 56, 1E and 1A. RGB value is (86,30,26). Sum of RGB (Red+Green+Blue) = 86+30+26=142 (18% of max value = 765). Red value is 86 (33.98% from 255 or 60.56% from 142); Green value is 30 (12.11% from 255 or 21.13% from 142); Blue value is 26 (10.55% from 255 or 18.31% from 142); Max value from RGB is 86 - color contains mainly: red. Hex color #561E1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561E1A is #A9E1E5. Grayscale: #2E2E2E. Windows color (decimal): -11133414 or 1711702. OLE color: 1711702.

HSL color Cylindrical-coordinate representation of color #561E1A: hue angle of 4º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #561E1A is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.66.

Color convert

RGB863026-
CMYK00.650.700.66
HSL53.57%21.96%-
HSV(B)69.77%33.73%-
XYZ4.492.981.32-
YUV46.29116.55156.33-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 60.56%
GREEN value IS 30 (12.11% from 255) = 21.13%
BLUE value IS 26 (10.55% from 255) = 18.31%
R=60.56%
G=21.13%
B=18.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.70
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86302600.650.700.66453.5721.96
Hex561E1A041464243616
Octal1263632010110610246626
Binary10101101111011010010000011000110100001010011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561E1A; }

 p { color: rgb(86,30,26); }

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

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

 a { background-color: rgb(86,30,26); }

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

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

 span { border-color: rgb(86,30,26); }

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