#561F1A

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

Shades of Red Oxide #561F1A

Tints of Red Oxide #561F1A

Color information

#561F1A (or 0x561F1A) is unknown color: approx Red Oxide. HEX triplet: 56, 1F and 1A. RGB value is (86,31,26). Sum of RGB (Red+Green+Blue) = 86+31+26=143 (18% of max value = 765). Red value is 86 (33.98% from 255 or 60.14% from 143); Green value is 31 (12.5% from 255 or 21.68% from 143); Blue value is 26 (10.55% from 255 or 18.18% from 143); Max value from RGB is 86 - color contains mainly: red. Hex color #561F1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561F1A is #A9E0E5. Grayscale: #2E2E2E. Windows color (decimal): -11133158 or 1711958. OLE color: 1711958.

HSL color Cylindrical-coordinate representation of color #561F1A: hue angle of 5º 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 #561F1A is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.66.

Color convert

RGB863126-
CMYK00.640.700.66
HSL53.57%21.96%-
HSV(B)69.77%33.73%-
XYZ4.513.031.32-
YUV46.88116.22155.91-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 60.14%
GREEN value IS 31 (12.5% from 255) = 21.68%
BLUE value IS 26 (10.55% from 255) = 18.18%
R=60.14%
G=21.68%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.70
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86312600.640.700.66553.5721.96
Hex561F1A040464253616
Octal1263732010010610256626
Binary10101101111111010010000001000110100001010111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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